diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2019-11-14 12:39:48 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2019-12-11 19:51:03 +0300 |
commit | c6b16761c6908d3dc167a0a566578b4b0b972905 (patch) | |
tree | 36d7028f78f4e16ec28dfc5bbf621570ca00f3c3 /arch/arm/boot/dts/am437x-gp-evm.dts | |
parent | e00b59d30506dc9ef91caf2f3c584209cc9f61e4 (diff) | |
download | linux-c6b16761c6908d3dc167a0a566578b4b0b972905.tar.xz |
ARM: dts: am437x-gp/epos-evm: fix panel compatible
The LCD panel on AM4 GP EVMs and ePOS boards seems to be
osd070t1718-19ts. The current dts files say osd057T0559-34ts. Possibly
the panel has changed since the early EVMs, or there has been a mistake
with the panel type.
Update the DT files accordingly.
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/am437x-gp-evm.dts')
-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 cae4500194fe..811c8cae315b 100644 --- a/arch/arm/boot/dts/am437x-gp-evm.dts +++ b/arch/arm/boot/dts/am437x-gp-evm.dts @@ -86,7 +86,7 @@ }; lcd0: display { - compatible = "osddisplays,osd057T0559-34ts", "panel-dpi"; + compatible = "osddisplays,osd070t1718-19ts", "panel-dpi"; label = "lcd"; backlight = <&lcd_bl>; |