* [PATCH v2] arm64: dts: qcom: sm8450 add ITS device tree node
@ 2022-05-02 19:26 Dmitry Baryshkov
2022-06-27 20:02 ` (subset) " Bjorn Andersson
0 siblings, 1 reply; 2+ messages in thread
From: Dmitry Baryshkov @ 2022-05-02 19:26 UTC (permalink / raw)
To: Andy Gross, Bjorn Andersson, Rob Herring, Krzysztof Kozlowski
Cc: linux-arm-msm, devicetree, Vinod Koul, Konrad Dybcio
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(+)
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 {
--
2.35.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: (subset) [PATCH v2] arm64: dts: qcom: sm8450 add ITS device tree node
2022-05-02 19:26 [PATCH v2] arm64: dts: qcom: sm8450 add ITS device tree node Dmitry Baryshkov
@ 2022-06-27 20:02 ` Bjorn Andersson
0 siblings, 0 replies; 2+ messages in thread
From: Bjorn Andersson @ 2022-06-27 20:02 UTC (permalink / raw)
To: Krzysztof Kozlowski, Andy Gross, Rob Herring, Dmitry Baryshkov
Cc: Konrad Dybcio, devicetree, linux-arm-msm, Vinod Koul
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,
--
Bjorn Andersson <bjorn.andersson@linaro.org>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-06-27 20:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-02 19:26 [PATCH v2] arm64: dts: qcom: sm8450 add ITS device tree node Dmitry Baryshkov
2022-06-27 20:02 ` (subset) " Bjorn Andersson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).