Hello Tom, On Thu, 29 Dec 2022 at 10:39 Tom Fitzhenry <t...@tom-fitzhenry.me.uk> wrote:
> On 27/12/22 22:03, Javier Martinez Canillas wrote: > > From: Ondrej Jirman <m...@xff.cz> > > > > The phone's display is using Hannstar LCD panel, and Goodix based > > touchscreen. Support it. > > > > Signed-off-by: Ondrej Jirman <m...@xff.cz> > > Co-developed-by: Martijn Braam <mart...@brixit.nl> > > Signed-off-by: Martijn Braam <mart...@brixit.nl> > > Co-developed-by: Kamil Trzciński <ayu...@ayufan.eu> > > Signed-off-by: Kamil Trzciński <ayu...@ayufan.eu> > > Signed-off-by: Javier Martinez Canillas <javi...@redhat.com> > > Tested-by: Tom Fitzhenry <t...@tom-fitzhenry.me.uk> > > Display and touchscreen works on my Pinephone Pro, thanks for the > mainlining! > Thanks for testing it! > > @@ -367,6 +474,10 @@ vcc1v8_codec_en: vcc1v8-codec-en { > > }; > > }; > > > > +&pwm0 { > > + status = "okay"; > > +}; > > Please move &pwm0 before &sdio0, to keep this ~alphabetical. Sure. I’ll do that in v4. Best regards, Javier