diff options
author | Adam YH Lee <adam.yh.lee@gmail.com> | 2015-06-12 23:37:22 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-07-14 09:59:11 +0300 |
commit | 3c20b827b1803335aacdab63fb5ed0fd2f4c04ca (patch) | |
tree | 9d819c632a446a31bbce51ae25ec6f24e1da6898 /arch/arm/boot/dts/omap3-overo-common-lcd35.dtsi | |
parent | bc0195aad0daa2ad5b0d76cce22b167bc3435590 (diff) | |
download | linux-3c20b827b1803335aacdab63fb5ed0fd2f4c04ca.tar.xz |
ARM: dts: omap3: overo: Update LCD panel names
For Gumstix Overo COMs, the u-boot bootloader typically passes an
argument specifying the default display via the omapdss.def_disp
parameter. When a default display is specified, DSS2 tries to match
this name with either the device tree label (e.g. label=dvi) or,
failing this, the device tree alias (e.g. label=display0). Update the
panel names for the 'lcd43' and 'lcd35' displays in the device tree
such that they match the names passed by u-boot.
Signed-off-by: Ash Charles <ashcharles@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/omap3-overo-common-lcd35.dtsi')
-rw-r--r-- | arch/arm/boot/dts/omap3-overo-common-lcd35.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/omap3-overo-common-lcd35.dtsi b/arch/arm/boot/dts/omap3-overo-common-lcd35.dtsi index 233c69e50ae3..df8908adb0cb 100644 --- a/arch/arm/boot/dts/omap3-overo-common-lcd35.dtsi +++ b/arch/arm/boot/dts/omap3-overo-common-lcd35.dtsi @@ -120,7 +120,7 @@ lcd0: display@0 { compatible = "lgphilips,lb035q02"; - label = "lcd"; + label = "lcd35"; reg = <1>; /* CS1 */ spi-max-frequency = <10000000>; |