Message ID | 20221025153746.101278-1-diogo.ivo@tecnico.ulisboa.pt |
---|---|
Headers | show |
Series | Add JDI LPM102A188A display panel support | expand |
On Tue, Oct 25, 2022 at 04:37:43PM +0100, Diogo Ivo wrote: > Hello, > > These patches add support for the JDI LPM102A188A display panel, > found in the Google Pixel C. > > Patch 1 adds the DT bindings for the panel. > > Patch 2 adds a register clear to the Tegra DSI driver, needed for the > panel initialization commands to be properly sent. > > Patch 3 adds the panel driver, which is based on the downstream > kernel driver published by Google and developed by Sean Paul. > > Patch 4 adds the DT node for the Google Pixel C. > > The first version of this patch series can be found at: > https://lore.kernel.org/all/20220929170502.1034040-1-diogo.ivo@tecnico.ulisboa.pt/ > > Changes in v2: > - Patch 1: remove touchscreen reset gpio property > - Patch 2: clear register based on its value rather than a DT property > - Patch 3: tune backlight delay values > - Patch 4: add generic node names, remove underscores > Hello, Gentle ping on this series. Thank you, Diogo