Message ID | 20200420215742.1927498-1-bjorn.andersson@linaro.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/2] dt-bindings: display: simple: Add BOE NV133FHM-N61 | expand |
On Mon, Apr 20, 2020 at 02:57:41PM -0700, Bjorn Andersson wrote: > Add the BOE NV133FHM-N61 13.3" FHD (1920x1080) TFT LCD Panel to the > compatible list of panel-simple. > > Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Applied to drm-misc-next. Sam > --- > .../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 393ffc6acbba..daf86ba18f47 100644 > --- a/Documentation/devicetree/bindings/display/panel/panel-simple.yaml > +++ b/Documentation/devicetree/bindings/display/panel/panel-simple.yaml > @@ -69,6 +69,8 @@ properties: > - boe,hv070wsa-100 > # BOE OPTOELECTRONICS TECHNOLOGY 10.1" WXGA TFT LCD panel > - boe,nv101wxmn51 > + # BOE NV133FHM-N61 13.3" FHD (1920x1080) TFT LCD Panel > + - boe,nv133fhm-n61 > # BOE NV140FHM-N49 14.0" FHD a-Si FT panel > - boe,nv140fhmn49 > # Boe Corporation 8.0" WUXGA TFT LCD panel > -- > 2.26.0 > > _______________________________________________ > dri-devel mailing list > dri-devel@lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/dri-devel
diff --git a/Documentation/devicetree/bindings/display/panel/panel-simple.yaml b/Documentation/devicetree/bindings/display/panel/panel-simple.yaml index 393ffc6acbba..daf86ba18f47 100644 --- a/Documentation/devicetree/bindings/display/panel/panel-simple.yaml +++ b/Documentation/devicetree/bindings/display/panel/panel-simple.yaml @@ -69,6 +69,8 @@ properties: - boe,hv070wsa-100 # BOE OPTOELECTRONICS TECHNOLOGY 10.1" WXGA TFT LCD panel - boe,nv101wxmn51 + # BOE NV133FHM-N61 13.3" FHD (1920x1080) TFT LCD Panel + - boe,nv133fhm-n61 # BOE NV140FHM-N49 14.0" FHD a-Si FT panel - boe,nv140fhmn49 # Boe Corporation 8.0" WUXGA TFT LCD panel
Add the BOE NV133FHM-N61 13.3" FHD (1920x1080) TFT LCD Panel to the compatible list of panel-simple. Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> --- .../devicetree/bindings/display/panel/panel-simple.yaml | 2 ++ 1 file changed, 2 insertions(+)