diff options
author | Javier Martinez Canillas <javier@osg.samsung.com> | 2016-06-27 15:21:08 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-06-29 00:05:39 -0700 |
commit | 480985b06c8e3999940929bf024042e4181bbdce (patch) | |
tree | 2cba1f629c8b358b4378a6345a8372d28296860a /arch/arm/boot/dts/am57xx-sbc-am57x.dts | |
parent | e6db7f1ab22dc700858f6cfbb8a0f40dd208e63c (diff) | |
download | talos-obmc-linux-480985b06c8e3999940929bf024042e4181bbdce.tar.gz talos-obmc-linux-480985b06c8e3999940929bf024042e4181bbdce.zip |
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 <javier@osg.samsung.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/am57xx-sbc-am57x.dts')
-rw-r--r-- | arch/arm/boot/dts/am57xx-sbc-am57x.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/am57xx-sbc-am57x.dts b/arch/arm/boot/dts/am57xx-sbc-am57x.dts index 988e99632d49..31f9be632406 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>; }; |