Message ID | 20200320112205.7100-2-dev@pascalroeleven.nl (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Add support for Topwise A721 tablet | expand |
Hi Pascal. On Fri, Mar 20, 2020 at 12:21:32PM +0100, Pascal Roeleven wrote: > Add the devicetree binding for Starry KR070PE2T > > Signed-off-by: Pascal Roeleven <dev@pascalroeleven.nl> > --- > .../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 8fe60ee25..7cbace360 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 > + # Starry KR070PE2T 7" WVGA TFT LCD panel > + - starry,kr070pe2t Adapted to apply to drm-misc-next and applied. Sam > > backlight: true > enable-gpios: true > -- > 2.20.1
diff --git a/Documentation/devicetree/bindings/display/panel/panel-simple.yaml b/Documentation/devicetree/bindings/display/panel/panel-simple.yaml index 8fe60ee25..7cbace360 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 + # Starry KR070PE2T 7" WVGA TFT LCD panel + - starry,kr070pe2t backlight: true enable-gpios: true
Add the devicetree binding for Starry KR070PE2T Signed-off-by: Pascal Roeleven <dev@pascalroeleven.nl> --- .../devicetree/bindings/display/panel/panel-simple.yaml | 2 ++ 1 file changed, 2 insertions(+)