Message ID | 20200109112952.2620-1-t.schramm@manjaro.org (mailing list archive) |
---|---|
Headers | show |
Series | Add support for BOE NV140FHM-N49 panel to panel-simple | expand |
Hi Tobias. We need binding schema before we can apply this patch. See patch below. Please review/ack the patch, then we can process your panel-simple patch. Sam On Thu, Jan 09, 2020 at 12:29:51PM +0100, Tobias Schramm wrote: > This patch adds support for the 14 inch BOE NV140FHM-N49 eDP panel to > the panel-simple driver. The panel is used by the Pinebook Pro. > > Resending with changed CCs due to lack of feedback. > > Tobias Schramm (1): > drm/panel: Add support for BOE NV140FHM-N49 panel to panel-simple > > drivers/gpu/drm/panel/panel-simple.c | 35 ++++++++++++++++++++++++++++ > 1 file changed, 35 insertions(+) > From ad19c4636475bb05ba5c0b6cec2bee85045d628e Mon Sep 17 00:00:00 2001 From: Sam Ravnborg <sam@ravnborg.org> Date: Thu, 9 Jan 2020 14:48:41 +0100 Subject: [PATCH] dt-bindings: display: add BOE 14" panel Add bindings for the BOE NV140FHM-N49 14" 1920x1080 panel. The panel is used by the pine64 Pinebook Pro. Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Cc: Thierry Reding <thierry.reding@gmail.com> Cc: Tobias Schramm <t.schramm@manjaro.org> --- .../devicetree/bindings/display/panel/panel-simple.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/display/panel/panel-simple.yaml b/Documentation/devicetree/bindings/display/panel/panel-simple.yaml index ddc00480b6fe..6c098a0b6e1e 100644 --- a/Documentation/devicetree/bindings/display/panel/panel-simple.yaml +++ b/Documentation/devicetree/bindings/display/panel/panel-simple.yaml @@ -35,6 +35,8 @@ properties: - ampire,am800480r3tmqwa1h # AUO B116XAK01 eDP TFT LCD panel - auo,b116xa01 + # BOE NV140FHM-N49 14.0" FHD a-Si FT panel + - boe,nv140fhmn49 # GiantPlus GPM940B0 3.0" QVGA TFT LCD panel - giantplus,gpm940b0 # Sharp LS020B1DD01D 2.0" HQVGA TFT LCD panel
> Hi Tobias. > > We need binding schema before we can apply this patch. Knew I forgot something > See patch below. > Please review/ack the patch, then we can process your panel-simple > patch. LGTM, thanks! > Sam > > On Thu, Jan 09, 2020 at 12:29:51PM +0100, Tobias Schramm wrote: >> This patch adds support for the 14 inch BOE NV140FHM-N49 eDP panel to >> the panel-simple driver. The panel is used by the Pinebook Pro. >> >> Resending with changed CCs due to lack of feedback. > > >> >> Tobias Schramm (1): >> drm/panel: Add support for BOE NV140FHM-N49 panel to panel-simple >> >> drivers/gpu/drm/panel/panel-simple.c | 35 ++++++++++++++++++++++++++++ >> 1 file changed, 35 insertions(+) >> > From ad19c4636475bb05ba5c0b6cec2bee85045d628e Mon Sep 17 00:00:00 2001 > From: Sam Ravnborg <sam@ravnborg.org> > Date: Thu, 9 Jan 2020 14:48:41 +0100 > Subject: [PATCH] dt-bindings: display: add BOE 14" panel > > Add bindings for the BOE NV140FHM-N49 14" 1920x1080 panel. > > The panel is used by the pine64 Pinebook Pro. > > Signed-off-by: Sam Ravnborg <sam@ravnborg.org> > Cc: Thierry Reding <thierry.reding@gmail.com> > Cc: Tobias Schramm <t.schramm@manjaro.org> > --- > .../devicetree/bindings/display/panel/panel-simple.yaml | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/Documentation/devicetree/bindings/display/panel/panel-simple.yaml b/Documentation/devicetree/bindings/display/panel/panel-simple.yaml > index ddc00480b6fe..6c098a0b6e1e 100644 > --- a/Documentation/devicetree/bindings/display/panel/panel-simple.yaml > +++ b/Documentation/devicetree/bindings/display/panel/panel-simple.yaml > @@ -35,6 +35,8 @@ properties: > - ampire,am800480r3tmqwa1h > # AUO B116XAK01 eDP TFT LCD panel > - auo,b116xa01 > + # BOE NV140FHM-N49 14.0" FHD a-Si FT panel > + - boe,nv140fhmn49 > # GiantPlus GPM940B0 3.0" QVGA TFT LCD panel > - giantplus,gpm940b0 > # Sharp LS020B1DD01D 2.0" HQVGA TFT LCD panel > Reviewed-by: Tobias Schramm <t.schramm@manjaro.org>