On Wed, 15 Oct 2025 18:16:24 -0500
"Rob Herring (Arm)" [off-list ref] 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 +++++++++----------
For this one
Acked-by: Jonathan Cameron <jonathan.cameron@huawei.com>