From 658bd433613e7ad13b2534155f233bfa34352485 Mon Sep 17 00:00:00 2001 From: Cristina Ciocan Date: Thu, 22 Jun 2017 17:46:59 +0300 Subject: [PATCH] MLK-15125: arm: dts: imx6sx: Fix duplicate name in lcdif lcdif2 node has a property called "display" and a subnode that is also called "display", leading to an OF duplicate warning at boot time. Fix this by changing the subnode's name to "display@1". Signed-off-by: Cristina Ciocan --- arch/arm/boot/dts/imx6sx-sabreauto.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/imx6sx-sabreauto.dts b/arch/arm/boot/dts/imx6sx-sabreauto.dts index 87ae1fa3dbe1..6e5c1be3a5ce 100644 --- a/arch/arm/boot/dts/imx6sx-sabreauto.dts +++ b/arch/arm/boot/dts/imx6sx-sabreauto.dts @@ -488,7 +488,7 @@ disp-dev = "ldb"; status = "okay"; - display1: display { + display1: display@1 { bits-per-pixel = <16>; bus-width = <18>; }; -- 2.17.1