[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <175558495339.3265543.8952208535079492565.robh@kernel.org>
Date: Tue, 19 Aug 2025 01:29:15 -0500
From: "Rob Herring (Arm)" <robh@...nel.org>
To: Langyan Ye <yelangyan@...qin.corp-partner.google.com>
Cc: linux-kernel@...r.kernel.org, dmitry.torokhov@...il.com,
linux-input@...r.kernel.org, dianders@...omium.org, bentiss@...nel.org,
devicetree@...r.kernel.org, jikos@...nel.org, conor+dt@...nel.org,
krzk+dt@...nel.org
Subject: Re: [PATCH v1 1/2] dt-bindings: HID: i2c-hid: parade: Introduce
bindings for Parade tc3408
On Tue, 19 Aug 2025 11:48:51 +0800, Langyan Ye wrote:
> The tc3408 touch screen chip same as Elan eKTH6915 controller
> has a reset gpio. The difference is that they have different
> post_power_delay_ms.
>
> Signed-off-by: Langyan Ye <yelangyan@...qin.corp-partner.google.com>
> ---
> .../bindings/input/parade,tc3408.yaml | 72 +++++++++++++++++++
> 1 file changed, 72 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/input/parade,tc3408.yaml
>
My bot found errors running 'make dt_binding_check' on your patch:
yamllint warnings/errors:
dtschema/dtc warnings/errors:
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20250819034852.1230264-2-yelangyan@huaqin.corp-partner.google.com
The base for the series is generally the latest rc1. A different dependency
should be noted in *this* patch.
If you already ran 'make dt_binding_check' and didn't see the above
error(s), then make sure 'yamllint' is installed and dt-schema is up to
date:
pip3 install dtschema --upgrade
Please check and re-submit after running the above command yourself. Note
that DT_SCHEMA_FILES can be set to your schema file to speed up checking
your schema. However, it must be unset to test all examples with your schema.
Powered by blists - more mailing lists