From: Javier Martinez Canillas Date: Mon, 27 Jun 2016 19:21:08 +0000 (-0400) Subject: ARM: dts: am57xx: sbc-am57x: remove unneded unit name X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=480985b06c8e3999940929bf024042e4181bbdce;p=linux.git ARM: dts: am57xx: sbc-am57x: remove unneded unit name This patch fixes the following DTC warnings for am57xx-sbc-am57x.dtb: "endpoint@0 has a unit name, but no reg property" Signed-off-by: Javier Martinez Canillas Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/boot/dts/am57xx-sbc-am57x.dts b/arch/arm/boot/dts/am57xx-sbc-am57x.dts index 988e99632d499..31f9be632406e 100644 --- a/arch/arm/boot/dts/am57xx-sbc-am57x.dts +++ b/arch/arm/boot/dts/am57xx-sbc-am57x.dts @@ -128,7 +128,7 @@ vdda_video-supply = <&ldoln_reg>; port { - dpi_lcd_out: endpoint@0 { + dpi_lcd_out: endpoint { remote-endpoint = <&lcd_in>; data-lines = <24>; };