diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2014-09-04 21:31:20 -0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@freescale.com> | 2014-09-15 22:26:03 -0400 |
commit | 7029b396b08aeb15d8cb23c4bff3e10c1f518238 (patch) | |
tree | 58ae35527fbd9daee0f4dcc22c94c4d746f58cdd /arch/arm/boot/dts/imx28-cfa10057.dts | |
parent | ee99b4636b3108a3a6d92f1189b797006e4416e9 (diff) |
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-cfa10057.dts')
-rw-r--r-- | arch/arm/boot/dts/imx28-cfa10057.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/imx28-cfa10057.dts b/arch/arm/boot/dts/imx28-cfa10057.dts index c4e00ce4b6da..5df0b24eaf59 100644 --- a/arch/arm/boot/dts/imx28-cfa10057.dts +++ b/arch/arm/boot/dts/imx28-cfa10057.dts | |||
@@ -78,10 +78,10 @@ | |||
78 | pinctrl-names = "default"; | 78 | pinctrl-names = "default"; |
79 | pinctrl-0 = <&lcdif_18bit_pins_cfa10057 | 79 | pinctrl-0 = <&lcdif_18bit_pins_cfa10057 |
80 | &lcdif_pins_cfa10057>; | 80 | &lcdif_pins_cfa10057>; |
81 | display = <&display>; | 81 | display = <&display0>; |
82 | status = "okay"; | 82 | status = "okay"; |
83 | 83 | ||
84 | display: display { | 84 | display0: display0 { |
85 | bits-per-pixel = <32>; | 85 | bits-per-pixel = <32>; |
86 | bus-width = <18>; | 86 | bus-width = <18>; |
87 | 87 | ||