Skip to content

Commit

Permalink
ARM: dts: omap3: overo: Update LCD panel names
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Adam YH Lee authored and Tony Lindgren committed Jul 14, 2015
1 parent bc0195a commit 3c20b82
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/omap3-overo-common-lcd35.dtsi
Original file line number Diff line number Diff line change
@@ -120,7 +120,7 @@

lcd0: display@0 {
compatible = "lgphilips,lb035q02";
label = "lcd";
label = "lcd35";

reg = <1>; /* CS1 */
spi-max-frequency = <10000000>;
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/omap3-overo-common-lcd43.dtsi
Original file line number Diff line number Diff line change
@@ -98,7 +98,7 @@

lcd0: display@0 {
compatible = "samsung,lte430wq-f0c", "panel-dpi";
label = "lcd";
label = "lcd43";

pinctrl-names = "default";
pinctrl-0 = <&lte430_pins>;

0 comments on commit 3c20b82

Please sign in to comment.