]> Git Repo - linux.git/commitdiff
arm64: dts: qcom: msm8996: Enable SMMUs
authorBjorn Andersson <[email protected]>
Tue, 18 Jun 2019 05:23:46 +0000 (22:23 -0700)
committerAndy Gross <[email protected]>
Wed, 19 Jun 2019 05:23:29 +0000 (00:23 -0500)
Enable SMMUs on 8996 now that the WRZ workaround in the arm-smmu driver
has landed.

Signed-off-by: Bjorn Andersson <[email protected]>
Signed-off-by: Andy Gross <[email protected]>
arch/arm64/boot/dts/qcom/msm8996.dtsi

index 3e2eb60439a27d76e0a1791f2f0861a8dfb85a76..f8bc65ff9900fe9b41f468769137eb37cb478639 100644 (file)
                        clock-names = "iface",
                                      "bus";
                        #iommu-cells = <1>;
-                       status = "disabled";
                };
 
                camss: camss@a00000 {
                        clock-names = "iface", "bus";
 
                        power-domains = <&mmcc GPU_GDSC>;
-
-                       status = "disabled";
                };
 
                mdp_smmu: arm,smmu@d00000 {
                        clock-names = "iface", "bus";
 
                        power-domains = <&mmcc MDSS_GDSC>;
-
-                       status = "disabled";
                };
 
                lpass_q6_smmu: arm,smmu-lpass_q6@1600000 {
                        clocks = <&gcc GCC_HLOS1_VOTE_LPASS_CORE_SMMU_CLK>,
                                 <&gcc GCC_HLOS1_VOTE_LPASS_ADSP_SMMU_CLK>;
                        clock-names = "iface", "bus";
-                       status = "disabled";
                };
 
                agnoc@0 {
This page took 0.059924 seconds and 4 git commands to generate.