[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1506103553-31366-1-git-send-email-marco.franchi@nxp.com>
Date: Fri, 22 Sep 2017 15:05:53 -0300
From: Marco Franchi <marco.franchi@....com>
To: <p.zabel@...gutronix.de>
CC: <robh+dt@...nel.org>, <dri-devel@...ts.freedesktop.org>,
<devicetree@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<festevam@...il.com>, <marcofrk@...il.com>,
Marco Franchi <marco.franchi@....com>
Subject: [PATCH] dt-bindings: fsl-imx-drm: Remove incorrect "@di0" usage
Improve the binding example by removing the '@...' notation, which
fixes the following build warning:
Warning (unit_address_vs_reg): Node /display@di0 has a unit name, but
no reg property
Signed-off-by: Marco Franchi <marco.franchi@....com>
---
Documentation/devicetree/bindings/display/imx/fsl-imx-drm.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/display/imx/fsl-imx-drm.txt b/Documentation/devicetree/bindings/display/imx/fsl-imx-drm.txt
index f798547..44814f0 100644
--- a/Documentation/devicetree/bindings/display/imx/fsl-imx-drm.txt
+++ b/Documentation/devicetree/bindings/display/imx/fsl-imx-drm.txt
@@ -129,7 +129,7 @@ Optional properties:
example:
-display@di0 {
+display-di0 {
compatible = "fsl,imx-parallel-display";
edid = [edid-data];
interface-pix-fmt = "rgb24";
--
2.7.4
Powered by blists - more mailing lists