Message ID | 20200220083508.792071-5-anarsoul@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Add LCD support for Pine64 Pinebook 1080p | expand |
On Thu, Feb 20, 2020 at 12:35:06AM -0800, Vasily Khoruzhick wrote: > This commit adds compatible for NewEast Optoelectronics WJFH116008A panel > to panel-simple binding > > Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com> > --- > .../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 8fe60ee2531c..721de94cc80a 100644 > --- a/Documentation/devicetree/bindings/display/panel/panel-simple.yaml > +++ b/Documentation/devicetree/bindings/display/panel/panel-simple.yaml > @@ -43,6 +43,8 @@ properties: > - satoz,sat050at40h12r2 > # Sharp LS020B1DD01D 2.0" HQVGA TFT LCD panel > - sharp,ls020b1dd01d > + # NewEast Optoelectronics CO., LTD WJFH116008A eDP TFT LCD panel > + - neweast,wjfh116008a Please keep the entries alphabetically sorted. With this fixed, Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> > > backlight: true > enable-gpios: true
diff --git a/Documentation/devicetree/bindings/display/panel/panel-simple.yaml b/Documentation/devicetree/bindings/display/panel/panel-simple.yaml index 8fe60ee2531c..721de94cc80a 100644 --- a/Documentation/devicetree/bindings/display/panel/panel-simple.yaml +++ b/Documentation/devicetree/bindings/display/panel/panel-simple.yaml @@ -43,6 +43,8 @@ properties: - satoz,sat050at40h12r2 # Sharp LS020B1DD01D 2.0" HQVGA TFT LCD panel - sharp,ls020b1dd01d + # NewEast Optoelectronics CO., LTD WJFH116008A eDP TFT LCD panel + - neweast,wjfh116008a backlight: true enable-gpios: true
This commit adds compatible for NewEast Optoelectronics WJFH116008A panel to panel-simple binding Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com> --- .../devicetree/bindings/display/panel/panel-simple.yaml | 2 ++ 1 file changed, 2 insertions(+)