Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Marco Franchi and committed by
Philipp Zabel
dbfdd153 f13c87c2

+1 -1
+1 -1
Documentation/devicetree/bindings/display/imx/fsl-imx-drm.txt
··· 129 129 130 130 example: 131 131 132 - display@di0 { 132 + disp0 { 133 133 compatible = "fsl,imx-parallel-display"; 134 134 edid = [edid-data]; 135 135 interface-pix-fmt = "rgb24";