ARM: dts: qcom: apq8064: disable DSI and DSI PHY by default

Disable DSI and DSI PHY devices by default. The only actual user,
Nexus 7, already contains `status = "okay"` property in the respective
devices nodes.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20220706145412.1566011-5-dmitry.baryshkov@linaro.org
This commit is contained in:
Dmitry Baryshkov 2022-07-06 17:54:11 +03:00 committed by Bjorn Andersson
parent 9c10bb43db
commit d8e51f13c3

View File

@ -1271,6 +1271,8 @@ dsi0: dsi@4700000 {
syscon-sfpb = <&mmss_sfpb>;
phys = <&dsi0_phy>;
phy-names = "dsi";
status = "disabled";
ports {
#address-cells = <1>;
#size-cells = <0>;
@ -1302,6 +1304,7 @@ dsi0_phy: dsi-phy@4700200 {
clock-names = "iface", "ref";
clocks = <&mmcc DSI_M_AHB_CLK>,
<&pxo_board>;
status = "disabled";
};