devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] arm64: dts: qcom: msm8996: Add VFE SMMU node
@ 2018-11-19  9:25 Todor Tomov
  2018-11-19  9:25 ` [PATCH 2/2] arm64: dts: qcom: msm8996: Add CAMSS support Todor Tomov
  2018-11-19 11:08 ` [PATCH 1/2] arm64: dts: qcom: msm8996: Add VFE SMMU node Vivek Gautam
  0 siblings, 2 replies; 3+ messages in thread
From: Todor Tomov @ 2018-11-19  9:25 UTC (permalink / raw)
  To: andy.gross, david.brown, robh+dt, mark.rutland, linux-arm-msm,
	linux-soc, devicetree
  Cc: linux-kernel, vivek.gautam, Todor Tomov

Add VFE SMMU node.

Signed-off-by: Todor Tomov <todor.tomov@linaro.org>
---

This patch depends on patchset:
https://lore.kernel.org/patchwork/cover/1013166/

 arch/arm64/boot/dts/qcom/msm8996.dtsi | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/arch/arm64/boot/dts/qcom/msm8996.dtsi b/arch/arm64/boot/dts/qcom/msm8996.dtsi
index 13bb964..a4d087e5 100644
--- a/arch/arm64/boot/dts/qcom/msm8996.dtsi
+++ b/arch/arm64/boot/dts/qcom/msm8996.dtsi
@@ -950,6 +950,23 @@
 			};
 		};
 
+		vfe_smmu: arm,smmu@da0000 {
+			compatible = "qcom,msm8996-smmu-v2", "qcom,smmu-v2";
+			reg = <0xda0000 0x10000>;
+
+			#global-interrupts = <1>;
+			interrupts = <GIC_SPI 76 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 343 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 344 IRQ_TYPE_LEVEL_HIGH>;
+			power-domains = <&mmcc MMAGIC_CAMSS_GDSC>;
+			clocks = <&mmcc SMMU_VFE_AHB_CLK>,
+				 <&mmcc SMMU_VFE_AXI_CLK>;
+			clock-names = "iface",
+				      "bus";
+			#iommu-cells = <1>;
+			status = "ok";
+		};
+
 		agnoc@0 {
 			power-domains = <&gcc AGGRE0_NOC_GDSC>;
 			compatible = "simple-pm-bus";
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-11-19 11:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-19  9:25 [PATCH 1/2] arm64: dts: qcom: msm8996: Add VFE SMMU node Todor Tomov
2018-11-19  9:25 ` [PATCH 2/2] arm64: dts: qcom: msm8996: Add CAMSS support Todor Tomov
2018-11-19 11:08 ` [PATCH 1/2] arm64: dts: qcom: msm8996: Add VFE SMMU node Vivek Gautam

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).