diff options
author | Javier Martinez Canillas <javier@osg.samsung.com> | 2016-06-27 21:20:50 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-06-29 09:05:26 +0200 |
commit | a346cea1af144cbad650c078ee6bf1f7cc788d18 (patch) | |
tree | f20361850d1d3bdeeddcc35a081d37d07116f6f9 /arch/arm/boot/dts/omap3-devkit8000-lcd70.dts | |
parent | ARM: dts: omap3-devkit8000: remove unneeded unit names (diff) | |
download | linux-a346cea1af144cbad650c078ee6bf1f7cc788d18.tar.xz linux-a346cea1af144cbad650c078ee6bf1f7cc788d18.zip |
ARM: dts: omap3-devkit8000-lcd-common: remove unneeded unit names
This patch fixes the following DTC warnings for omap3-devkit8000-lcd43.dtb
and omap3-devkit8000-lcd70.dtb:
"display@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/omap3-devkit8000-lcd70.dts')
-rw-r--r-- | arch/arm/boot/dts/omap3-devkit8000-lcd70.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/omap3-devkit8000-lcd70.dts b/arch/arm/boot/dts/omap3-devkit8000-lcd70.dts index 4afad4b233ec..edb37ba80498 100644 --- a/arch/arm/boot/dts/omap3-devkit8000-lcd70.dts +++ b/arch/arm/boot/dts/omap3-devkit8000-lcd70.dts @@ -16,7 +16,7 @@ model = "TimLL OMAP3 Devkit8000 with 7.0'' LCD panel"; compatible = "timll,omap3-devkit8000", "ti,omap3"; - lcd0: display@0 { + lcd0: display { panel-timing { clock-frequency = <40000000>; hactive = <800>; |