On Thu, Nov 28, 2019 at 10:55:07AM +0000, kbingham@xxxxxxxxxx wrote: > From: Kieran Bingham <kbingham@xxxxxxxxxx> > > The JHD1313 is used in the Grove RGB LCD controller [0] and provides > an I2C interface to control the LCD. > > The implementation is based upon the datasheet for the JHD1214 [1], as > this is the only datasheet referenced by the documentation for the Grove > part. > > [0] http://wiki.seeedstudio.com/Grove-LCD_RGB_Backlight/ > [1] https://seeeddoc.github.io/Grove-LCD_RGB_Backlight/res/JHD1214Y_YG_1.0.pdf > > Signed-off-by: Simon Goda <simon.goda@xxxxxxxxxx> > Signed-off-by: Kieran Bingham <kbingham@xxxxxxxxxx> > --- > .../bindings/auxdisplay/jhd,jhd1313.yaml | 33 +++++++++++++++++++ > 1 file changed, 33 insertions(+) > create mode 100644 Documentation/devicetree/bindings/auxdisplay/jhd,jhd1313.yaml > > diff --git a/Documentation/devicetree/bindings/auxdisplay/jhd,jhd1313.yaml b/Documentation/devicetree/bindings/auxdisplay/jhd,jhd1313.yaml > new file mode 100644 > index 000000000000..b799a91846d2 > --- /dev/null > +++ b/Documentation/devicetree/bindings/auxdisplay/jhd,jhd1313.yaml > @@ -0,0 +1,33 @@ > +# SPDX-License-Identifier: GPL-2.0 Dual license new bindings please. (GPL-2.0-only OR BSD-2-Clause) With that, Reviewed-by: Rob Herring <robh@xxxxxxxxxx>