diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2014-09-04 21:31:18 -0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@freescale.com> | 2014-09-15 22:26:02 -0400 |
commit | d46c2dc14e92a7d7153f24b1e03321fc694ae906 (patch) | |
tree | 589ec90340a122c4998ef6c068af8dcf6560a955 /arch | |
parent | 3f50a61937b3fabe0c46123cef48e2569042ca07 (diff) |
ARM: dts: imx28-apx4devkit: Fix display duplicate name warning
The lcdif node has a property named "display" and also a child node
called "display", which causes the following warning:
device-tree: Duplicate name in lcdif@80030000, renamed to "display#1"
Rename the child node name in order to avoid the warning.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/imx28-apx4devkit.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/imx28-apx4devkit.dts b/arch/arm/boot/dts/imx28-apx4devkit.dts index e1ce9179db63..1092b761d7ac 100644 --- a/arch/arm/boot/dts/imx28-apx4devkit.dts +++ b/arch/arm/boot/dts/imx28-apx4devkit.dts | |||
@@ -94,10 +94,10 @@ | |||
94 | pinctrl-names = "default"; | 94 | pinctrl-names = "default"; |
95 | pinctrl-0 = <&lcdif_24bit_pins_a | 95 | pinctrl-0 = <&lcdif_24bit_pins_a |
96 | &lcdif_pins_apx4>; | 96 | &lcdif_pins_apx4>; |
97 | display = <&display>; | 97 | display = <&display0>; |
98 | status = "okay"; | 98 | status = "okay"; |
99 | 99 | ||
100 | display: display { | 100 | display0: display0 { |
101 | bits-per-pixel = <32>; | 101 | bits-per-pixel = <32>; |
102 | bus-width = <24>; | 102 | bus-width = <24>; |
103 | 103 | ||