From: Javier Martinez Canillas Date: Mon, 27 Jun 2016 19:21:03 +0000 (-0400) Subject: ARM: dts: am43xx-epos-evm: remove unneded unit name X-Git-Tag: v4.14-rc1~2742^2~17^2~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bc8bffd0475adc4b4971e21764d63af90b4e3a86;p=platform%2Fkernel%2Flinux-rpi.git ARM: dts: am43xx-epos-evm: remove unneded unit name This patch fixes the following DTC warnings for am43xx-epos-evm.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/am43x-epos-evm.dts b/arch/arm/boot/dts/am43x-epos-evm.dts index 3549b8c..ad32e55 100644 --- a/arch/arm/boot/dts/am43x-epos-evm.dts +++ b/arch/arm/boot/dts/am43x-epos-evm.dts @@ -754,7 +754,7 @@ pinctrl-0 = <&dss_pins>; port { - dpi_out: endpoint@0 { + dpi_out: endpoint { remote-endpoint = <&lcd_in>; data-lines = <24>; };