diff mbox series

[v2] arm64: dts: qcom: sm8450 add ITS device tree node

Message ID 20220502192604.272686-1-dmitry.baryshkov@linaro.org
State Accepted
Commit fc8b0b9b630df6de7415f527fe27c0c441b5dc70
Headers show
Series [v2] arm64: dts: qcom: sm8450 add ITS device tree node | expand

Commit Message

Dmitry Baryshkov May 2, 2022, 7:26 p.m. UTC
Add device tree node corresponding to the ITS part of GICv3.

Reviewed-by: Vinod Koul <vkoul@kernel.org>
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
---
Changes since v1:
 - Fixed subject to mention sm8450,
 - Reordered properties to follow recommended order.
---
 arch/arm64/boot/dts/qcom/sm8450.dtsi | 10 ++++++++++
 1 file changed, 10 insertions(+)

Comments

Bjorn Andersson June 27, 2022, 8:02 p.m. UTC | #1
On Mon, 2 May 2022 22:26:04 +0300, Dmitry Baryshkov wrote:
> Add device tree node corresponding to the ITS part of GICv3.
> 
> 

Applied, thanks!

[1/1] arm64: dts: qcom: sm8450 add ITS device tree node
      commit: fc8b0b9b630df6de7415f527fe27c0c441b5dc70

Best regards,
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/qcom/sm8450.dtsi b/arch/arm64/boot/dts/qcom/sm8450.dtsi
index 5f17540669b0..c8eeef5bedde 100644
--- a/arch/arm64/boot/dts/qcom/sm8450.dtsi
+++ b/arch/arm64/boot/dts/qcom/sm8450.dtsi
@@ -1693,6 +1693,16 @@  intc: interrupt-controller@17100000 {
 			reg = <0x0 0x17100000 0x0 0x10000>,     /* GICD */
 			      <0x0 0x17180000 0x0 0x200000>;    /* GICR * 8 */
 			interrupts = <GIC_PPI 9 IRQ_TYPE_LEVEL_HIGH>;
+			#address-cells = <2>;
+			#size-cells = <2>;
+			ranges;
+
+			gic_its: msi-controller@17140000 {
+				compatible = "arm,gic-v3-its";
+				reg = <0x0 0x17140000 0x0 0x20000>;
+				msi-controller;
+				#msi-cells = <1>;
+			};
 		};
 
 		timer@17420000 {