[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAD=FV=Uc0PZZp-rupazy9tGfZMssGET=904cdUJXbhS=fMCUvg@mail.gmail.com>
Date: Fri, 8 Nov 2024 07:13:53 -0800
From: Doug Anderson <dianders@...omium.org>
To: "Rob Herring (Arm)" <robh@...nel.org>
Cc: Charles Wang <charles.goodix@...il.com>, conor.dooley@...rochip.com,
linux-input@...r.kernel.org, bentiss@...nel.org, linux-kernel@...r.kernel.org,
dmitry.torokhov@...il.com, hbarnor@...omium.org, devicetree@...r.kernel.org,
jikos@...nel.org, krzk@...nel.org
Subject: Re: [PATCH v3 1/2] dt-bindings: input: Goodix GT7986U SPI HID Touchscreen
Hi,
On Fri, Nov 8, 2024 at 5:33 AM Rob Herring (Arm) <robh@...nel.org> wrote:
>
>
> On Fri, 08 Nov 2024 20:03:10 +0800, Charles Wang wrote:
> > The Goodix GT7986U touch controller report touch data according to the
> > HID protocol through the SPI bus. However, it is incompatible with
> > Microsoft's HID-over-SPI protocol.
> >
> > NOTE: these bindings are distinct from the bindings used with the
> > GT7986U when the chip is running I2C firmware. For some background,
> > see discussion on the mailing lists in the thread:
> >
> > https://lore.kernel.org/r/20241018020815.3098263-2-charles.goodix@gmail.com
> >
> > Signed-off-by: Charles Wang <charles.goodix@...il.com>
> > ---
> > .../bindings/input/goodix,gt7986u-spifw.yaml | 75 +++++++++++++++++++
> > 1 file changed, 75 insertions(+)
> > create mode 100644 Documentation/devicetree/bindings/input/goodix,gt7986u-spifw.yaml
> >
>
> My bot found errors running 'make dt_binding_check' on your patch:
>
> yamllint warnings/errors:
> ./Documentation/devicetree/bindings/input/goodix,gt7986u-spifw.yaml:16:7: [error] syntax error: mapping values are not allowed here (syntax)
FWIW, I think it's objecting to the "NOTE: " in the description
looking like yaml. Maybe just change it to "Note that". It's also a
good idea to get yourself setup to validate your bindings _before_
posting them to the list.
-Doug
Powered by blists - more mailing lists