Skip to content

Commit c6b1676

Browse files
tombatmlind
authored andcommitted
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>
1 parent e00b59d commit c6b1676

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

arch/arm/boot/dts/am437x-gp-evm.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
};
8787

8888
lcd0: display {
89-
compatible = "osddisplays,osd057T0559-34ts", "panel-dpi";
89+
compatible = "osddisplays,osd070t1718-19ts", "panel-dpi";
9090
label = "lcd";
9191

9292
backlight = <&lcd_bl>;

arch/arm/boot/dts/am43x-epos-evm.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
};
4343

4444
lcd0: display {
45-
compatible = "osddisplays,osd057T0559-34ts", "panel-dpi";
45+
compatible = "osddisplays,osd070t1718-19ts", "panel-dpi";
4646
label = "lcd";
4747

4848
backlight = <&lcd_bl>;

0 commit comments

Comments
 (0)