Skip to content

Commit fc8b0b9

Browse files
lumagandersson
authored andcommitted
arm64: dts: qcom: sm8450 add ITS device tree node
Add device tree node corresponding to the ITS part of GICv3. Reviewed-by: Vinod Koul <[email protected]> Signed-off-by: Dmitry Baryshkov <[email protected]> Signed-off-by: Bjorn Andersson <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 47bf59c commit fc8b0b9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2853,6 +2853,16 @@
28532853
reg = <0x0 0x17100000 0x0 0x10000>, /* GICD */
28542854
<0x0 0x17180000 0x0 0x200000>; /* GICR * 8 */
28552855
interrupts = <GIC_PPI 9 IRQ_TYPE_LEVEL_HIGH>;
2856+
#address-cells = <2>;
2857+
#size-cells = <2>;
2858+
ranges;
2859+
2860+
gic_its: msi-controller@17140000 {
2861+
compatible = "arm,gic-v3-its";
2862+
reg = <0x0 0x17140000 0x0 0x20000>;
2863+
msi-controller;
2864+
#msi-cells = <1>;
2865+
};
28562866
};
28572867

28582868
timer@17420000 {

0 commit comments

Comments
 (0)