diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2014-09-04 21:31:19 -0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@freescale.com> | 2014-09-15 22:26:02 -0400 |
commit | ee99b4636b3108a3a6d92f1189b797006e4416e9 (patch) | |
tree | ec06c781f1b55fe21879b442297fc30e1f225ee7 | |
parent | d46c2dc14e92a7d7153f24b1e03321fc694ae906 (diff) |
ARM: dts: imx28-apf28dev: 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 wa
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
-rw-r--r-- | arch/arm/boot/dts/imx28-apf28dev.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/imx28-apf28dev.dts b/arch/arm/boot/dts/imx28-apf28dev.dts index 221cac4fb2cd..1f38a052ad4b 100644 --- a/arch/arm/boot/dts/imx28-apf28dev.dts +++ b/arch/arm/boot/dts/imx28-apf28dev.dts | |||
@@ -83,10 +83,10 @@ | |||
83 | pinctrl-names = "default"; | 83 | pinctrl-names = "default"; |
84 | pinctrl-0 = <&lcdif_16bit_pins_a | 84 | pinctrl-0 = <&lcdif_16bit_pins_a |
85 | &lcdif_pins_apf28dev>; | 85 | &lcdif_pins_apf28dev>; |
86 | display = <&display>; | 86 | display = <&display0>; |
87 | status = "okay"; | 87 | status = "okay"; |
88 | 88 | ||
89 | display: display { | 89 | display0: display0 { |
90 | bits-per-pixel = <16>; | 90 | bits-per-pixel = <16>; |
91 | bus-width = <16>; | 91 | bus-width = <16>; |
92 | 92 | ||