diff options
author | Marco Franchi <marco.franchi@nxp.com> | 2017-10-05 17:31:40 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2017-10-13 10:58:24 +0300 |
commit | 792d4edda00851d6def5d230675cc56302b2c928 (patch) | |
tree | 2e8e822ecf210204e2e0eed731edfac51fe61ebc /arch/arm/boot/dts/imx51-ts4800.dts | |
parent | 4a5b479b1faf26e051fb343de7e39757f27c7a68 (diff) | |
download | linux-792d4edda00851d6def5d230675cc56302b2c928.tar.xz |
ARM: dts: imx: Fix incorrect display nodes notation
The following build warnings are seen with W=1:
Warning (unit_address_vs_reg): Node /display@di0 has a unit name, but no reg property
Warning (unit_address_vs_reg): Node /display@di1 has a unit name, but no reg property
Fix all these warnings by changing 'display@diX' to 'dispX'.
Signed-off-by: Marco Franchi <marco.franchi@nxp.com>
Acked-by: Philipp Zabel <p.zabel@pengutronix.de>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx51-ts4800.dts')
-rw-r--r-- | arch/arm/boot/dts/imx51-ts4800.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx51-ts4800.dts b/arch/arm/boot/dts/imx51-ts4800.dts index ca1cc5eca80f..e6be869cfb8c 100644 --- a/arch/arm/boot/dts/imx51-ts4800.dts +++ b/arch/arm/boot/dts/imx51-ts4800.dts @@ -50,7 +50,7 @@ power-supply = <&backlight_reg>; }; - display0: display@di0 { + display0: disp0 { compatible = "fsl,imx-parallel-display"; interface-pix-fmt = "rgb24"; pinctrl-names = "default"; |