mirror of
https://github.com/torvalds/linux.git
synced 2026-05-24 07:03:03 +02:00
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:
parent
9c10bb43db
commit
d8e51f13c3
|
|
@ -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";
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user