diff options
author | Ivaylo Dimitrov <ivo.g.dimitrov.75@gmail.com> | 2018-01-12 15:47:18 -0800 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2018-01-12 15:47:18 -0800 |
commit | cbe92b02b60f6140dbcbde643518c6dc75d42a54 (patch) | |
tree | 06e3b53f3640552ffab452ec679a06af25b7c987 /arch/arm/boot/dts/omap3-n900.dts | |
parent | 1cadb0c341079785182a8d00d12ecb0bbef935fb (diff) | |
download | talos-op-linux-cbe92b02b60f6140dbcbde643518c6dc75d42a54.tar.gz talos-op-linux-cbe92b02b60f6140dbcbde643518c6dc75d42a54.zip |
ARM: dts: n900: Add aliases for lcd and tvout displays
When both lcd and tv are enabled, the order in which they will be probed is
unknown, so it might happen (and it happens in reality) that tv is
configured as display0 and lcd as display1, which results in nothing
displayed on lcd, as display1 is disabled by default.
Fix that by providing correct aliases for lcd and tv
Signed-off-by: Ivaylo Dimitrov <ivo.g.dimitrov.75@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/omap3-n900.dts')
-rw-r--r-- | arch/arm/boot/dts/omap3-n900.dts | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/omap3-n900.dts b/arch/arm/boot/dts/omap3-n900.dts index 5362139d5312..e18093ea35a8 100644 --- a/arch/arm/boot/dts/omap3-n900.dts +++ b/arch/arm/boot/dts/omap3-n900.dts @@ -35,6 +35,8 @@ i2c1 = &i2c1; i2c2 = &i2c2; i2c3 = &i2c3; + display0 = &lcd; + display1 = &tv; }; cpus { @@ -965,7 +967,7 @@ ti,esd-recovery-timeout-ms = <8000>; }; - acx565akm@2 { + lcd: acx565akm@2 { compatible = "sony,acx565akm"; spi-max-frequency = <6000000>; reg = <2>; |