Commit efb8393c authored by Rob Herring's avatar Rob Herring Committed by Shawn Guo

ARM: dts: imx: Avoid colliding 'display' node and property names

While properties and child nodes with the same name are valid DT, the
practice is not encouraged. Furthermore, the collision is problematic for
YAML encoded DT. Let's just avoid the issue and rename the nodes.

Cc: Shawn Guo <shawnguo@kernel.org>
Cc: Sascha Hauer <s.hauer@pengutronix.de>
Cc: Pengutronix Kernel Team <kernel@pengutronix.de>
Cc: Fabio Estevam <festevam@gmail.com>
Cc: NXP Linux Team <linux-imx@nxp.com>
Cc: linux-arm-kernel@lists.infradead.org
Signed-off-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 37a4bdea
...@@ -169,7 +169,7 @@ &lcdif { ...@@ -169,7 +169,7 @@ &lcdif {
display = <&display0>; display = <&display0>;
status = "okay"; status = "okay";
display0: display { display0: display0 {
bits-per-pixel = <16>; bits-per-pixel = <16>;
bus-width = <18>; bus-width = <18>;
......
...@@ -161,7 +161,7 @@ &lcdif { ...@@ -161,7 +161,7 @@ &lcdif {
display = <&display0>; display = <&display0>;
status = "okay"; status = "okay";
display0: display { display0: display0 {
bits-per-pixel = <16>; bits-per-pixel = <16>;
bus-width = <18>; bus-width = <18>;
......
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