Skip to content

Commit c9c7c8b

Browse files
committed
arm64: dts: qcom: shikra: fix LLCC interrupt number
Correct the LLCC system cache controller interrupt from SPI 571 to SPI 539, which is the correct GIC SPI line for the LLCC on shikra. Signed-off-by: Komal Bajaj <komal.bajaj@oss.qualcomm.com>
1 parent e5898e9 commit c9c7c8b

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

arch/arm64/boot/dts/qcom/shikra.dtsi

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1062,8 +1062,10 @@
10621062
reg = <0x0 0x00e00000 0x0 0x80000>,
10631063
<0x0 0x0f00000 0x0 0x80000>,
10641064
<0x0 0x1000000 0x0 0x80000>;
1065-
reg-names = "llcc0_base", "llcc1_base", "llcc_broadcast_base";
1066-
interrupts = <GIC_SPI 571 IRQ_TYPE_LEVEL_HIGH 0>;
1065+
reg-names = "llcc0_base",
1066+
"llcc1_base",
1067+
"llcc_broadcast_base";
1068+
interrupts = <GIC_SPI 539 IRQ_TYPE_LEVEL_HIGH 0>;
10671069
};
10681070

10691071
gcc: clock-controller@1400000 {

0 commit comments

Comments
 (0)