From: "Rob Herring (Arm)" <robh@kernel.org>
To: Frank Li <Frank.Li@nxp.com>
Cc: linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org,
Pavel Machek <pavel@ucw.cz>,
Wim Van Sebroeck <wim@linux-watchdog.org>,
linux-leds@vger.kernel.org,
Daniel Thompson <daniel.thompson@linaro.org>,
linux-input@vger.kernel.org, devicetree@vger.kernel.org,
Lee Jones <lee@kernel.org>, Conor Dooley <conor+dt@kernel.org>,
Guenter Roeck <linux@roeck-us.net>,
Dmitry Torokhov <dmitry.torokhov@gmail.com>,
Jingoo Han <jingoohan1@gmail.com>,
Srinivas Kandagatla <srinivas.kandagatla@linaro.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
linux-watchdog@vger.kernel.org
Subject: Re: [PATCH v2 2/5] dt-bindings: backlight: convert zii,rave-sp-backlight.txt to yaml
Date: Thu, 10 Oct 2024 22:11:13 -0500 [thread overview]
Message-ID: <172861627193.2232781.13972900744363458830.robh@kernel.org> (raw)
In-Reply-To: <20241010-zii_yaml-v2-2-0ab730607422@nxp.com>
On Thu, 10 Oct 2024 11:42:39 -0400, Frank Li wrote:
> Convert device tree binding doc zii,rave-sp-backlight.txt to yaml format.
> Additional Changes:
> - Remove mfd parent node at example.
> - Ref to backlight's common.yaml
>
> Signed-off-by: Frank Li <Frank.Li@nxp.com>
> ---
> .../leds/backlight/zii,rave-sp-backlight.txt | 23 --------------
> .../leds/backlight/zii,rave-sp-backlight.yaml | 36 ++++++++++++++++++++++
> 2 files changed, 36 insertions(+), 23 deletions(-)
>
My bot found errors running 'make dt_binding_check' on your patch:
yamllint warnings/errors:
dtschema/dtc warnings/errors:
doc reference errors (make refcheckdocs):
Warning: Documentation/devicetree/bindings/leds/backlight/zii,rave-sp-backlight.yaml references a file that doesn't exist: Documentation/devicetree/bindings/mfd/zii,rave-sp.yaml
Documentation/devicetree/bindings/leds/backlight/zii,rave-sp-backlight.yaml: Documentation/devicetree/bindings/mfd/zii,rave-sp.yaml
See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20241010-zii_yaml-v2-2-0ab730607422@nxp.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.
next prev parent reply other threads:[~2024-10-11 3:11 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-10 15:42 [PATCH v2 0/5] dt-bindings: mfd: convert zii,rave-sp.txt and child txt to yaml format Frank Li
2024-10-10 15:42 ` [PATCH v2 1/5] dt-bindings: input: convert zii,rave-sp-pwrbutton.txt to yaml Frank Li
2024-10-10 17:50 ` Rob Herring (Arm)
2024-10-10 18:24 ` Rob Herring (Arm)
2024-10-10 15:42 ` [PATCH v2 2/5] dt-bindings: backlight: convert zii,rave-sp-backlight.txt " Frank Li
2024-10-11 3:11 ` Rob Herring (Arm) [this message]
2024-10-11 3:13 ` Rob Herring (Arm)
2024-10-14 14:32 ` Daniel Thompson
2024-10-15 14:40 ` (subset) " Lee Jones
2024-10-10 15:42 ` [PATCH v2 3/5] dt-bindings: nvmem: convert zii,rave-sp-eeprom.txt to yaml format Frank Li
2024-10-10 17:50 ` Rob Herring (Arm)
2024-10-10 18:25 ` Rob Herring (Arm)
2024-10-10 15:42 ` [PATCH v2 4/5] dt-bindings: watchdog: convert zii,rave-sp-wdt.txt " Frank Li
2024-10-10 17:50 ` Rob Herring (Arm)
2024-10-10 18:26 ` Rob Herring (Arm)
2024-10-10 15:42 ` [PATCH v2 5/5] dt-bindings: mfd: convert zii,rave-sp.txt " Frank Li
2024-10-10 18:31 ` Rob Herring (Arm)
2024-10-15 14:40 ` (subset) " Lee Jones
2024-10-25 16:47 ` (subset) [PATCH v2 0/5] dt-bindings: mfd: convert zii,rave-sp.txt and child txt " Srinivas Kandagatla
2024-10-28 17:15 ` Rob Herring
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=172861627193.2232781.13972900744363458830.robh@kernel.org \
--to=robh@kernel.org \
--cc=Frank.Li@nxp.com \
--cc=conor+dt@kernel.org \
--cc=daniel.thompson@linaro.org \
--cc=devicetree@vger.kernel.org \
--cc=dmitry.torokhov@gmail.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=jingoohan1@gmail.com \
--cc=krzk+dt@kernel.org \
--cc=lee@kernel.org \
--cc=linux-input@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-leds@vger.kernel.org \
--cc=linux-watchdog@vger.kernel.org \
--cc=linux@roeck-us.net \
--cc=pavel@ucw.cz \
--cc=srinivas.kandagatla@linaro.org \
--cc=wim@linux-watchdog.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox