diff mbox series

[1/3] ARM: dts: am437x-gp/epos-evm: fix panel compatible

Message ID 20191114093950.4101-2-tomi.valkeinen@ti.com
State Accepted
Commit c6b16761c6908d3dc167a0a566578b4b0b972905
Headers show
Series drm/omap: fix am4 evm lcd | expand

Commit Message

Tomi Valkeinen Nov. 14, 2019, 9:39 a.m. UTC
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.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>

---
 arch/arm/boot/dts/am437x-gp-evm.dts  | 2 +-
 arch/arm/boot/dts/am43x-epos-evm.dts | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

-- 
Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki.
Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki

Comments

Tony Lindgren Dec. 11, 2019, 4:51 p.m. UTC | #1
* Laurent Pinchart <laurent.pinchart@ideasonboard.com> [191202 13:02]:
> Hi Tomi,

> 

> Thank you for the patch.

> 

> On Thu, Nov 14, 2019 at 11:39:48AM +0200, Tomi Valkeinen wrote:

> > 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.

> > 

> > Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>

> 

> Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>


Applying this one into fixes thanks.

Regards,

Tony
diff mbox series

Patch

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>;
diff --git a/arch/arm/boot/dts/am43x-epos-evm.dts b/arch/arm/boot/dts/am43x-epos-evm.dts
index 95314121d111..078cb473fa7d 100644
--- a/arch/arm/boot/dts/am43x-epos-evm.dts
+++ b/arch/arm/boot/dts/am43x-epos-evm.dts
@@ -42,7 +42,7 @@ 
 	};
 
 	lcd0: display {
-		compatible = "osddisplays,osd057T0559-34ts", "panel-dpi";
+		compatible = "osddisplays,osd070t1718-19ts", "panel-dpi";
 		label = "lcd";
 
 		backlight = <&lcd_bl>;