diff options
| author | Javier Martinez Canillas <javier@osg.samsung.com> | 2016-06-27 15:21:04 -0400 | 
|---|---|---|
| committer | Tony Lindgren <tony@atomide.com> | 2016-06-29 00:05:36 -0700 | 
| commit | 7d304f73eff213d53110f34686f9403f20192480 (patch) | |
| tree | 7878f7314c5e960c93e6ecbb88161d686691d6ed | |
| parent | bc8bffd0475adc4b4971e21764d63af90b4e3a86 (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.dts | 2 | 
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 @@  	pinctrl-0 = <&dss_pins>;  	port { -		dpi_out: endpoint@0 { +		dpi_out: endpoint {  			remote-endpoint = <&lcd_in>;  			data-lines = <24>;  		}; | 
