ARM: dts: am437x-gp-evm: remove unneded unit name
authorJavier Martinez Canillas <javier@osg.samsung.com>
Mon, 27 Jun 2016 19:21:04 +0000 (15:21 -0400)
committerTony Lindgren <tony@atomide.com>
Wed, 29 Jun 2016 07:05:36 +0000 (00:05 -0700)
This patch fixes the following DTC warnings for am437x-gp-evm.dtb:

"endpoint@0 has a unit name, but no reg property"

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/am437x-gp-evm.dts

index 84832bf..14677d5 100644 (file)
        pinctrl-0 = <&dss_pins>;
 
        port {
-               dpi_out: endpoint@0 {
+               dpi_out: endpoint {
                        remote-endpoint = <&lcd_in>;
                        data-lines = <24>;
                };