Commit bcdea3e8 authored by Liu Ying's avatar Liu Ying Committed by Shawn Guo

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: eeb403df ("ARM: dts: imx53-qsb: add support for the HDMI expander")
Signed-off-by: default avatarLiu Ying <victor.liu@nxp.com>
Reviewed-by: default avatarDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent c03984d4
...@@ -85,7 +85,7 @@ led-user { ...@@ -85,7 +85,7 @@ led-user {
}; };
}; };
panel { panel_dpi: panel {
compatible = "sii,43wvf1g"; compatible = "sii,43wvf1g";
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&pinctrl_display_power>; pinctrl-0 = <&pinctrl_display_power>;
......
...@@ -10,8 +10,6 @@ ...@@ -10,8 +10,6 @@
/plugin/; /plugin/;
&{/} { &{/} {
/delete-node/ panel;
hdmi: connector-hdmi { hdmi: connector-hdmi {
compatible = "hdmi-connector"; compatible = "hdmi-connector";
label = "hdmi"; label = "hdmi";
...@@ -82,6 +80,10 @@ sii9022_out: endpoint { ...@@ -82,6 +80,10 @@ sii9022_out: endpoint {
}; };
}; };
&panel_dpi {
status = "disabled";
};
&tve { &tve {
status = "disabled"; status = "disabled";
}; };
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment