diff options
author | Marco Franchi <marco.franchi@nxp.com> | 2017-10-02 10:45:30 -0300 |
---|---|---|
committer | Philipp Zabel <p.zabel@pengutronix.de> | 2017-10-02 16:19:06 +0200 |
commit | dbfdd153d4aefec13460c97475737e59af92d8e2 (patch) | |
tree | ac68c985800339430c552a7208e5e73644ad2293 /Documentation | |
parent | f13c87c22314c3a19197c8e325d2b433148cc8db (diff) | |
download | op-kernel-dev-dbfdd153d4aefec13460c97475737e59af92d8e2.zip op-kernel-dev-dbfdd153d4aefec13460c97475737e59af92d8e2.tar.gz |
dt-bindings: fsl-imx-drm: Remove incorrect "@di0" usage
Improve the binding example by removing the '@di0' 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@nxp.com>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/display/imx/fsl-imx-drm.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/display/imx/fsl-imx-drm.txt b/Documentation/devicetree/bindings/display/imx/fsl-imx-drm.txt index f798547..5bf77f6 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 { +disp0 { compatible = "fsl,imx-parallel-display"; edid = [edid-data]; interface-pix-fmt = "rgb24"; |