We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47bf59c commit fc8b0b9Copy full SHA for fc8b0b9
arch/arm64/boot/dts/qcom/sm8450.dtsi
@@ -2853,6 +2853,16 @@
2853
reg = <0x0 0x17100000 0x0 0x10000>, /* GICD */
2854
<0x0 0x17180000 0x0 0x200000>; /* GICR * 8 */
2855
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
+ };
2866
};
2867
2868
timer@17420000 {
0 commit comments