From: "Rob Herring (Arm)" <robh@kernel.org>
To: "Rob Herring (Arm)" <robh@kernel.org>
Cc: "Krzysztof Kozlowski" <krzk+dt@kernel.org>,
"Vladimir Oltean" <olteanv@gmail.com>,
"Nicolas Ferre" <nicolas.ferre@microchip.com>,
devicetree@vger.kernel.org, "Jakub Kicinski" <kuba@kernel.org>,
"Andy Shevchenko" <andy@kernel.org>,
"Joel Stanley" <joel@jms.id.au>,
"Bjorn Helgaas" <bhelgaas@google.com>,
"Andrew Jeffery" <andrew@codeconstruct.com.au>,
"Lee Jones" <lee@kernel.org>,
"Daire McNamara" <daire.mcnamara@microchip.com>,
"Mauro Carvalho Chehab" <mchehab@kernel.org>,
"Eric Dumazet" <edumazet@google.com>,
linux-iio@vger.kernel.org,
"Manivannan Sadhasivam" <mani@kernel.org>,
"Andrew Lunn" <andrew@lunn.ch>,
"Michael Hennerich" <Michael.Hennerich@analog.com>,
"Lorenzo Pieralisi" <lpieralisi@kernel.org>,
"Vinod Koul" <vkoul@kernel.org>,
"Jonathan Cameron" <jic23@kernel.org>,
linux-phy@lists.infradead.org,
"Florian Fainelli" <f.fainelli@gmail.com>,
netdev@vger.kernel.org, "Paolo Abeni" <pabeni@redhat.com>,
"Kishon Vijay Abraham I" <kishon@kernel.org>,
"Stephen Boyd" <sboyd@kernel.org>,
"Jassi Brar" <jassisinghbrar@gmail.com>,
linux-gpio@vger.kernel.org, "Bartosz Golaszewski" <brgl@bgdev.pl>,
linux-media@vger.kernel.org,
"David S. Miller" <davem@davemloft.net>,
"Lars-Peter Clausen" <lars@metafoo.de>,
"Alexandre Belloni" <alexandre.belloni@bootlin.com>,
linux-clk@vger.kernel.org, "Conor Dooley" <conor+dt@kernel.org>,
linux-pci@vger.kernel.org, "Shawn Guo" <shawnguo@kernel.org>,
"Claudiu Beznea" <claudiu.beznea@tuxon.dev>,
linux-kernel@vger.kernel.org,
"Geert Uytterhoeven" <geert+renesas@glider.be>,
"Thierry Reding" <thierry.reding@gmail.com>,
"Fabio Estevam" <festevam@gmail.com>,
linux-arm-kernel@lists.infradead.org,
"Linus Walleij" <linus.walleij@linaro.org>,
"Krzysztof Wilczyński" <kwilczynski@kernel.org>,
"Bjorn Andersson" <andersson@kernel.org>,
"Nuno Sá" <nuno.sa@analog.com>,
"Tony Lindgren" <tony@atomide.com>
Subject: Re: [PATCH] dt-bindings: Fix inconsistent quoting
Date: Wed, 15 Oct 2025 19:26:36 -0500 [thread overview]
Message-ID: <176057439666.933167.2958808777480882513.robh@kernel.org> (raw)
In-Reply-To: <20251015232015.846282-1-robh@kernel.org>
On Wed, 15 Oct 2025 18:16:24 -0500, Rob Herring (Arm) wrote:
> yamllint has gained a new check which checks for inconsistent quoting
> (mixed " and ' quotes within a file). Fix all the cases yamllint found
> so we can enable the check (once the check is in a release). Use
> whichever quoting is dominate in the file.
>
> Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
> ---
> .../arm/altera/socfpga-clk-manager.yaml | 4 ++--
> .../bindings/clock/nvidia,tegra124-car.yaml | 8 ++++----
> .../bindings/clock/nvidia,tegra20-car.yaml | 6 +++---
> .../devicetree/bindings/gpio/gpio-mxs.yaml | 9 +++++----
> .../bindings/gpio/snps,dw-apb-gpio.yaml | 4 ++--
> .../bindings/iio/temperature/adi,ltc2983.yaml | 20 +++++++++----------
> .../mailbox/qcom,apcs-kpss-global.yaml | 16 +++++++--------
> .../mailbox/xlnx,zynqmp-ipi-mailbox.yaml | 2 +-
> .../bindings/media/fsl,imx6q-vdoa.yaml | 2 +-
> .../devicetree/bindings/mfd/aspeed-lpc.yaml | 4 ++--
> .../devicetree/bindings/mfd/ti,twl.yaml | 4 ++--
> .../bindings/net/ethernet-switch.yaml | 2 +-
> .../pci/plda,xpressrich3-axi-common.yaml | 2 +-
> .../bindings/phy/motorola,cpcap-usb-phy.yaml | 4 ++--
> .../pinctrl/microchip,sparx5-sgpio.yaml | 12 +++++------
> .../bindings/pinctrl/qcom,pmic-gpio.yaml | 10 +++++-----
> .../bindings/pinctrl/qcom,pmic-mpp.yaml | 6 +++---
> .../bindings/pinctrl/renesas,pfc.yaml | 4 ++--
> .../bindings/pinctrl/renesas,rza1-ports.yaml | 2 +-
> .../pinctrl/renesas,rzg2l-pinctrl.yaml | 2 +-
> .../pinctrl/renesas,rzv2m-pinctrl.yaml | 2 +-
> .../bindings/power/renesas,sysc-rmobile.yaml | 4 ++--
> .../soc/microchip/atmel,at91rm9200-tcb.yaml | 8 ++++----
> .../soc/tegra/nvidia,tegra20-pmc.yaml | 12 +++++------
> 24 files changed, 75 insertions(+), 74 deletions(-)
>
My bot found errors running 'make dt_binding_check' on your patch:
yamllint warnings/errors:
dtschema/dtc warnings/errors:
Error: Documentation/devicetree/bindings/pinctrl/renesas,pfc.example.dts:90.36-37 syntax error
FATAL ERROR: Unable to parse input tree
make[2]: *** [scripts/Makefile.dtbs:132: Documentation/devicetree/bindings/pinctrl/renesas,pfc.example.dtb] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [/builds/robherring/dt-review-ci/linux/Makefile:1525: dt_binding_check] Error 2
make: *** [Makefile:248: __sub-make] Error 2
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20251015232015.846282-1-robh@kernel.org
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:[~2025-10-16 0:26 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-15 23:16 [PATCH] dt-bindings: Fix inconsistent quoting Rob Herring (Arm)
2025-10-16 0:26 ` Rob Herring (Arm) [this message]
2025-10-16 6:49 ` Alexandre Belloni
2025-10-16 6:57 ` Krzysztof Kozlowski
2025-10-16 7:56 ` Geert Uytterhoeven
2025-10-16 11:46 ` Rob Herring
2025-10-16 12:06 ` Geert Uytterhoeven
2025-10-16 10:53 ` Jonathan Cameron
2025-10-16 15:38 ` Frank Li
2025-10-16 16:06 ` Rob Herring
2025-10-17 6:26 ` Andrew Jeffery
2025-10-18 19:05 ` Jassi Brar
2025-10-20 21:35 ` Linus Walleij
2025-10-21 10:37 ` Lee Jones
2025-10-21 12:40 ` Bartosz Golaszewski
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=176057439666.933167.2958808777480882513.robh@kernel.org \
--to=robh@kernel.org \
--cc=Michael.Hennerich@analog.com \
--cc=alexandre.belloni@bootlin.com \
--cc=andersson@kernel.org \
--cc=andrew@codeconstruct.com.au \
--cc=andrew@lunn.ch \
--cc=andy@kernel.org \
--cc=bhelgaas@google.com \
--cc=brgl@bgdev.pl \
--cc=claudiu.beznea@tuxon.dev \
--cc=conor+dt@kernel.org \
--cc=daire.mcnamara@microchip.com \
--cc=davem@davemloft.net \
--cc=devicetree@vger.kernel.org \
--cc=edumazet@google.com \
--cc=f.fainelli@gmail.com \
--cc=festevam@gmail.com \
--cc=geert+renesas@glider.be \
--cc=jassisinghbrar@gmail.com \
--cc=jic23@kernel.org \
--cc=joel@jms.id.au \
--cc=kishon@kernel.org \
--cc=krzk+dt@kernel.org \
--cc=kuba@kernel.org \
--cc=kwilczynski@kernel.org \
--cc=lars@metafoo.de \
--cc=lee@kernel.org \
--cc=linus.walleij@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-gpio@vger.kernel.org \
--cc=linux-iio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=linux-pci@vger.kernel.org \
--cc=linux-phy@lists.infradead.org \
--cc=lpieralisi@kernel.org \
--cc=mani@kernel.org \
--cc=mchehab@kernel.org \
--cc=netdev@vger.kernel.org \
--cc=nicolas.ferre@microchip.com \
--cc=nuno.sa@analog.com \
--cc=olteanv@gmail.com \
--cc=pabeni@redhat.com \
--cc=sboyd@kernel.org \
--cc=shawnguo@kernel.org \
--cc=thierry.reding@gmail.com \
--cc=tony@atomide.com \
--cc=vkoul@kernel.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