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@xxxxxx> Acked-by: Laurent Pinchart <laurent.pinchart@xxxxxxxxxxxxxxxx> > --- > 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(-) > > 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>; -- Regards, Laurent Pinchart