Skip to content

Commit bcdea3e

Browse files
Liu YingShawn Guo
authored andcommitted
arm: dts: imx53-qsb-hdmi: Disable panel instead of deleting node
We cannot use /delete-node/ directive to delete a node in a DT overlay. The node won't be deleted effectively. Instead, set the node's status property to "disabled" to achieve something similar. Fixes: eeb403d ("ARM: dts: imx53-qsb: add support for the HDMI expander") Signed-off-by: Liu Ying <victor.liu@nxp.com> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
1 parent c03984d commit bcdea3e

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

arch/arm/boot/dts/nxp/imx/imx53-qsb-common.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
};
8686
};
8787

88-
panel {
88+
panel_dpi: panel {
8989
compatible = "sii,43wvf1g";
9090
pinctrl-names = "default";
9191
pinctrl-0 = <&pinctrl_display_power>;

arch/arm/boot/dts/nxp/imx/imx53-qsb-hdmi.dtso

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
/plugin/;
1111

1212
&{/} {
13-
/delete-node/ panel;
14-
1513
hdmi: connector-hdmi {
1614
compatible = "hdmi-connector";
1715
label = "hdmi";
@@ -82,6 +80,10 @@
8280
};
8381
};
8482

83+
&panel_dpi {
84+
status = "disabled";
85+
};
86+
8587
&tve {
8688
status = "disabled";
8789
};

0 commit comments

Comments
 (0)