diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2014-09-05 03:31:19 +0200 |
---|---|---|
committer | Shawn Guo <shawn.guo@freescale.com> | 2014-09-16 04:26:02 +0200 |
commit | ee99b4636b3108a3a6d92f1189b797006e4416e9 (patch) | |
tree | ec06c781f1b55fe21879b442297fc30e1f225ee7 /arch/arm/boot/dts/imx28-apf28dev.dts | |
parent | ARM: dts: imx28-apx4devkit: Fix display duplicate name warning (diff) | |
download | linux-ee99b4636b3108a3a6d92f1189b797006e4416e9.tar.xz linux-ee99b4636b3108a3a6d92f1189b797006e4416e9.zip |
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>
Diffstat (limited to 'arch/arm/boot/dts/imx28-apf28dev.dts')
-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 @@ pinctrl-names = "default"; pinctrl-0 = <&lcdif_16bit_pins_a &lcdif_pins_apf28dev>; - display = <&display>; + display = <&display0>; status = "okay"; - display: display { + display0: display0 { bits-per-pixel = <16>; bus-width = <16>; |