aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJavier Martinez Canillas <javier@osg.samsung.com>2016-06-27 15:21:04 -0400
committerTony Lindgren <tony@atomide.com>2016-06-29 03:05:36 -0400
commit7d304f73eff213d53110f34686f9403f20192480 (patch)
tree7878f7314c5e960c93e6ecbb88161d686691d6ed
parentbc8bffd0475adc4b4971e21764d63af90b4e3a86 (diff)
ARM: dts: am437x-gp-evm: remove unneded unit name
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>
-rw-r--r--arch/arm/boot/dts/am437x-gp-evm.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/am437x-gp-evm.dts b/arch/arm/boot/dts/am437x-gp-evm.dts
index 84832bf26b39..14677d599595 100644
--- a/arch/arm/boot/dts/am437x-gp-evm.dts
+++ b/arch/arm/boot/dts/am437x-gp-evm.dts
@@ -897,7 +897,7 @@
897 pinctrl-0 = <&dss_pins>; 897 pinctrl-0 = <&dss_pins>;
898 898
899 port { 899 port {
900 dpi_out: endpoint@0 { 900 dpi_out: endpoint {
901 remote-endpoint = <&lcd_in>; 901 remote-endpoint = <&lcd_in>;
902 data-lines = <24>; 902 data-lines = <24>;
903 }; 903 };