Commit 953f6573 authored by Archit Taneja's avatar Archit Taneja Committed by Andy Gross
Browse files

arm64: dts: msm8996: Add display smmu node



Add device node for display smmu, aka. mdp_smmu.

Signed-off-by: default avatarArchit Taneja <architt@codeaurora.org>
Signed-off-by: default avatarVivek Gautam <vivek.gautam@codeaurora.org>
Signed-off-by: default avatarSrinivas Kandagatla <srinivas.kandagatla@linaro.org>
Signed-off-by: default avatarAndy Gross <agross@kernel.org>
parent d26c474d
Loading
Loading
Loading
Loading
+18 −0
Original line number Original line Diff line number Diff line
@@ -1307,6 +1307,24 @@
			status = "disabled";
			status = "disabled";
		};
		};


		mdp_smmu: arm,smmu@d00000 {
			compatible = "qcom,msm8996-smmu-v2", "qcom,smmu-v2";
			reg = <0xd00000 0x10000>;

			#global-interrupts = <1>;
			interrupts = <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>,
				     <GIC_SPI 320 IRQ_TYPE_LEVEL_HIGH>,
				     <GIC_SPI 321 IRQ_TYPE_LEVEL_HIGH>;
			#iommu-cells = <1>;
			clocks = <&mmcc SMMU_MDP_AHB_CLK>,
				 <&mmcc SMMU_MDP_AXI_CLK>;
			clock-names = "iface", "bus";

			power-domains = <&mmcc MDSS_GDSC>;

			status = "disabled";
		};

		agnoc@0 {
		agnoc@0 {
			power-domains = <&gcc AGGRE0_NOC_GDSC>;
			power-domains = <&gcc AGGRE0_NOC_GDSC>;
			compatible = "simple-pm-bus";
			compatible = "simple-pm-bus";