summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6q-tx6q-1010.dts
diff options
context:
space:
mode:
authorMarco Franchi <marco.franchi@nxp.com>2017-10-05 11:31:40 -0300
committerShawn Guo <shawnguo@kernel.org>2017-10-13 15:58:24 +0800
commit792d4edda00851d6def5d230675cc56302b2c928 (patch)
tree2e8e822ecf210204e2e0eed731edfac51fe61ebc /arch/arm/boot/dts/imx6q-tx6q-1010.dts
parent4a5b479b1faf26e051fb343de7e39757f27c7a68 (diff)
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/imx6q-tx6q-1010.dts')
-rw-r--r--arch/arm/boot/dts/imx6q-tx6q-1010.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6q-tx6q-1010.dts b/arch/arm/boot/dts/imx6q-tx6q-1010.dts
index f9cd21a41a79..e14e6be22b05 100644
--- a/arch/arm/boot/dts/imx6q-tx6q-1010.dts
+++ b/arch/arm/boot/dts/imx6q-tx6q-1010.dts
@@ -73,7 +73,7 @@
default-brightness-level = <50>;
};
- display: display@di0 {
+ display: disp0 {
compatible = "fsl,imx-parallel-display";
interface-pix-fmt = "rgb24";
pinctrl-names = "default";