Re: [PATCH] dt-bindings: Drop unnecessary quotes on keys

From: Rob Herring (Arm)
Date: Tue Apr 30 2024 - 16:36:26 EST



On Fri, 26 Apr 2024 15:22:37 -0500, Rob Herring (Arm) wrote:
> The yamllint quoted-strings check wasn't checking keys for quotes, but
> support for checking keys was added in 1.34 release. Fix all the errors
> found when enabling the check.
>
> Clean-up the xilinx-versal-cpm formatting while we're here.
>
> Signed-off-by: Rob Herring (Arm) <robh@xxxxxxxxxx>
> ---
> Documentation/devicetree/bindings/net/sff,sfp.yaml | 12 ++++++------
> .../devicetree/bindings/pci/xilinx-versal-cpm.yaml | 7 +++++--
> .../devicetree/bindings/pci/xlnx,nwl-pcie.yaml | 2 +-
> .../devicetree/bindings/phy/brcm,sata-phy.yaml | 8 ++++----
> .../devicetree/bindings/regulator/ti,tps62864.yaml | 2 +-
> .../bindings/soc/tegra/nvidia,tegra20-pmc.yaml | 6 +++---
> Documentation/devicetree/bindings/tpm/ibm,vtpm.yaml | 4 ++--
> 7 files changed, 22 insertions(+), 19 deletions(-)
>

Applied, thanks!