diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2014-09-04 22:31:20 -0300 |
---|---|---|
committer | Shawn Guo <shawn.guo@freescale.com> | 2014-09-16 10:26:03 +0800 |
commit | 7029b396b08aeb15d8cb23c4bff3e10c1f518238 (patch) | |
tree | 58ae35527fbd9daee0f4dcc22c94c4d746f58cdd /arch/arm/boot/dts/imx28-cfa10056.dts | |
parent | ee99b4636b3108a3a6d92f1189b797006e4416e9 (diff) | |
download | talos-obmc-linux-7029b396b08aeb15d8cb23c4bff3e10c1f518238.tar.gz talos-obmc-linux-7029b396b08aeb15d8cb23c4bff3e10c1f518238.zip |
ARM: dts: imx28-cfa100: 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/arm/boot/dts/imx28-cfa10056.dts')
-rw-r--r-- | arch/arm/boot/dts/imx28-cfa10056.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/imx28-cfa10056.dts b/arch/arm/boot/dts/imx28-cfa10056.dts index cef959a97219..ba6495ca44d2 100644 --- a/arch/arm/boot/dts/imx28-cfa10056.dts +++ b/arch/arm/boot/dts/imx28-cfa10056.dts @@ -64,10 +64,10 @@ pinctrl-0 = <&lcdif_24bit_pins_a &lcdif_pins_cfa10056 &lcdif_pins_cfa10056_pullup >; - display = <&display>; + display = <&display0>; status = "okay"; - display: display { + display0: display0 { bits-per-pixel = <32>; bus-width = <24>; |