arm64: dts: qcom: sdm660: disable dsi1/dsi1_phy by default
authorDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Sat, 21 May 2022 20:26:59 +0000 (23:26 +0300)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Tue, 28 Jun 2022 21:05:57 +0000 (16:05 -0500)
Follow the typical practice and keep DSI1/DSI1 PHY disabled by default.
They should be enabled in the board DT files. No existing boards use
them at this moment.

Reviewed-by: Marijn Suijten <marijn.suijten@somainline.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@somainline.org>
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20220521202708.1509308-3-dmitry.baryshkov@linaro.org
arch/arm64/boot/dts/qcom/sdm660.dtsi

index 1d748c5..c92f1ce 100644 (file)
                phys = <&dsi1_phy>;
                phy-names = "dsi";
 
+               status = "disabled";
+
                ports {
                        #address-cells = <1>;
                        #size-cells = <0>;
 
                clocks = <&mmcc MDSS_AHB_CLK>, <&rpmcc RPM_SMD_XO_CLK_SRC>;
                clock-names = "iface", "ref";
+               status = "disabled";
        };
 };