2023-03-17 23:37:23

by Rob Herring (Arm)

[permalink] [raw]
Subject: [PATCH] dt-bindings: nvmem: Drop unneeded quotes

Cleanup bindings dropping unneeded quotes. Once all these are fixed,
checking for this can be enabled in yamllint.

Signed-off-by: Rob Herring <[email protected]>
---
.../devicetree/bindings/nvmem/allwinner,sun4i-a10-sid.yaml | 2 +-
Documentation/devicetree/bindings/nvmem/apple,efuses.yaml | 2 +-
Documentation/devicetree/bindings/nvmem/brcm,nvram.yaml | 2 +-
Documentation/devicetree/bindings/nvmem/fsl,layerscape-sfp.yaml | 2 +-
Documentation/devicetree/bindings/nvmem/imx-iim.yaml | 2 +-
Documentation/devicetree/bindings/nvmem/imx-ocotp.yaml | 2 +-
.../devicetree/bindings/nvmem/ingenic,jz4780-efuse.yaml | 2 +-
Documentation/devicetree/bindings/nvmem/mediatek,efuse.yaml | 2 +-
.../devicetree/bindings/nvmem/microchip,sama7g5-otpc.yaml | 2 +-
Documentation/devicetree/bindings/nvmem/mxs-ocotp.yaml | 2 +-
Documentation/devicetree/bindings/nvmem/nintendo-otp.yaml | 2 +-
Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml | 2 +-
Documentation/devicetree/bindings/nvmem/qcom,spmi-sdam.yaml | 2 +-
Documentation/devicetree/bindings/nvmem/rmem.yaml | 2 +-
Documentation/devicetree/bindings/nvmem/rockchip-efuse.yaml | 2 +-
.../devicetree/bindings/nvmem/socionext,uniphier-efuse.yaml | 2 +-
Documentation/devicetree/bindings/nvmem/st,stm32-romem.yaml | 2 +-
.../devicetree/bindings/nvmem/sunplus,sp7021-ocotp.yaml | 2 +-
18 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/Documentation/devicetree/bindings/nvmem/allwinner,sun4i-a10-sid.yaml b/Documentation/devicetree/bindings/nvmem/allwinner,sun4i-a10-sid.yaml
index 14c170c6a86e..296001e7f498 100644
--- a/Documentation/devicetree/bindings/nvmem/allwinner,sun4i-a10-sid.yaml
+++ b/Documentation/devicetree/bindings/nvmem/allwinner,sun4i-a10-sid.yaml
@@ -11,7 +11,7 @@ maintainers:
- Maxime Ripard <[email protected]>

allOf:
- - $ref: "nvmem.yaml#"
+ - $ref: nvmem.yaml#

properties:
compatible:
diff --git a/Documentation/devicetree/bindings/nvmem/apple,efuses.yaml b/Documentation/devicetree/bindings/nvmem/apple,efuses.yaml
index 5ec8f2bdb3a5..e0860b6b85f3 100644
--- a/Documentation/devicetree/bindings/nvmem/apple,efuses.yaml
+++ b/Documentation/devicetree/bindings/nvmem/apple,efuses.yaml
@@ -15,7 +15,7 @@ maintainers:
- Sven Peter <[email protected]>

allOf:
- - $ref: "nvmem.yaml#"
+ - $ref: nvmem.yaml#

properties:
compatible:
diff --git a/Documentation/devicetree/bindings/nvmem/brcm,nvram.yaml b/Documentation/devicetree/bindings/nvmem/brcm,nvram.yaml
index 25033de3ef6b..36def7128fca 100644
--- a/Documentation/devicetree/bindings/nvmem/brcm,nvram.yaml
+++ b/Documentation/devicetree/bindings/nvmem/brcm,nvram.yaml
@@ -20,7 +20,7 @@ maintainers:
- Rafał Miłecki <[email protected]>

allOf:
- - $ref: "nvmem.yaml#"
+ - $ref: nvmem.yaml#

properties:
compatible:
diff --git a/Documentation/devicetree/bindings/nvmem/fsl,layerscape-sfp.yaml b/Documentation/devicetree/bindings/nvmem/fsl,layerscape-sfp.yaml
index 3b4e6e94cb81..70fb2ad25103 100644
--- a/Documentation/devicetree/bindings/nvmem/fsl,layerscape-sfp.yaml
+++ b/Documentation/devicetree/bindings/nvmem/fsl,layerscape-sfp.yaml
@@ -14,7 +14,7 @@ description: |
unique identifier per part.

allOf:
- - $ref: "nvmem.yaml#"
+ - $ref: nvmem.yaml#

properties:
compatible:
diff --git a/Documentation/devicetree/bindings/nvmem/imx-iim.yaml b/Documentation/devicetree/bindings/nvmem/imx-iim.yaml
index 7aac1995cfaf..e9d9d8df4811 100644
--- a/Documentation/devicetree/bindings/nvmem/imx-iim.yaml
+++ b/Documentation/devicetree/bindings/nvmem/imx-iim.yaml
@@ -14,7 +14,7 @@ description: |
i.MX25, i.MX27, i.MX31, i.MX35, i.MX51 and i.MX53 SoCs.

allOf:
- - $ref: "nvmem.yaml#"
+ - $ref: nvmem.yaml#

properties:
compatible:
diff --git a/Documentation/devicetree/bindings/nvmem/imx-ocotp.yaml b/Documentation/devicetree/bindings/nvmem/imx-ocotp.yaml
index d0a239d7e199..9876243ff1e8 100644
--- a/Documentation/devicetree/bindings/nvmem/imx-ocotp.yaml
+++ b/Documentation/devicetree/bindings/nvmem/imx-ocotp.yaml
@@ -15,7 +15,7 @@ description: |
i.MX7D/S, i.MX7ULP, i.MX8MQ, i.MX8MM, i.MX8MN and i.MX8MP SoCs.

allOf:
- - $ref: "nvmem.yaml#"
+ - $ref: nvmem.yaml#

properties:
compatible:
diff --git a/Documentation/devicetree/bindings/nvmem/ingenic,jz4780-efuse.yaml b/Documentation/devicetree/bindings/nvmem/ingenic,jz4780-efuse.yaml
index fe2cd7f1afba..e89fd879c968 100644
--- a/Documentation/devicetree/bindings/nvmem/ingenic,jz4780-efuse.yaml
+++ b/Documentation/devicetree/bindings/nvmem/ingenic,jz4780-efuse.yaml
@@ -10,7 +10,7 @@ maintainers:
- PrasannaKumar Muralidharan <[email protected]>

allOf:
- - $ref: "nvmem.yaml#"
+ - $ref: nvmem.yaml#

properties:
compatible:
diff --git a/Documentation/devicetree/bindings/nvmem/mediatek,efuse.yaml b/Documentation/devicetree/bindings/nvmem/mediatek,efuse.yaml
index 75e0a516e59a..d16d42fb98b6 100644
--- a/Documentation/devicetree/bindings/nvmem/mediatek,efuse.yaml
+++ b/Documentation/devicetree/bindings/nvmem/mediatek,efuse.yaml
@@ -15,7 +15,7 @@ maintainers:
- Lala Lin <[email protected]>

allOf:
- - $ref: "nvmem.yaml#"
+ - $ref: nvmem.yaml#

properties:
$nodename:
diff --git a/Documentation/devicetree/bindings/nvmem/microchip,sama7g5-otpc.yaml b/Documentation/devicetree/bindings/nvmem/microchip,sama7g5-otpc.yaml
index c3c96fd0baac..a296d348adb4 100644
--- a/Documentation/devicetree/bindings/nvmem/microchip,sama7g5-otpc.yaml
+++ b/Documentation/devicetree/bindings/nvmem/microchip,sama7g5-otpc.yaml
@@ -15,7 +15,7 @@ description: |
settings, chip identifiers) or user specific data could be stored.

allOf:
- - $ref: "nvmem.yaml#"
+ - $ref: nvmem.yaml#

properties:
compatible:
diff --git a/Documentation/devicetree/bindings/nvmem/mxs-ocotp.yaml b/Documentation/devicetree/bindings/nvmem/mxs-ocotp.yaml
index ff317fd7c15b..8938eec22b52 100644
--- a/Documentation/devicetree/bindings/nvmem/mxs-ocotp.yaml
+++ b/Documentation/devicetree/bindings/nvmem/mxs-ocotp.yaml
@@ -10,7 +10,7 @@ maintainers:
- Anson Huang <[email protected]>

allOf:
- - $ref: "nvmem.yaml#"
+ - $ref: nvmem.yaml#

properties:
compatible:
diff --git a/Documentation/devicetree/bindings/nvmem/nintendo-otp.yaml b/Documentation/devicetree/bindings/nvmem/nintendo-otp.yaml
index f93bc50c40d7..6c26800f8b79 100644
--- a/Documentation/devicetree/bindings/nvmem/nintendo-otp.yaml
+++ b/Documentation/devicetree/bindings/nvmem/nintendo-otp.yaml
@@ -17,7 +17,7 @@ maintainers:
- Emmanuel Gil Peyrot <[email protected]>

allOf:
- - $ref: "nvmem.yaml#"
+ - $ref: nvmem.yaml#

properties:
compatible:
diff --git a/Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml b/Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml
index 2173fe82317d..e952907ad1d5 100644
--- a/Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml
+++ b/Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml
@@ -10,7 +10,7 @@ maintainers:
- Srinivas Kandagatla <[email protected]>

allOf:
- - $ref: "nvmem.yaml#"
+ - $ref: nvmem.yaml#

properties:
compatible:
diff --git a/Documentation/devicetree/bindings/nvmem/qcom,spmi-sdam.yaml b/Documentation/devicetree/bindings/nvmem/qcom,spmi-sdam.yaml
index e08504ef3b6e..34818683f80c 100644
--- a/Documentation/devicetree/bindings/nvmem/qcom,spmi-sdam.yaml
+++ b/Documentation/devicetree/bindings/nvmem/qcom,spmi-sdam.yaml
@@ -15,7 +15,7 @@ description: |
to/from the PBUS.

allOf:
- - $ref: "nvmem.yaml#"
+ - $ref: nvmem.yaml#

properties:
compatible:
diff --git a/Documentation/devicetree/bindings/nvmem/rmem.yaml b/Documentation/devicetree/bindings/nvmem/rmem.yaml
index a4a755dcfc43..38a39c9b8c1c 100644
--- a/Documentation/devicetree/bindings/nvmem/rmem.yaml
+++ b/Documentation/devicetree/bindings/nvmem/rmem.yaml
@@ -10,7 +10,7 @@ maintainers:
- Nicolas Saenz Julienne <[email protected]>

allOf:
- - $ref: "nvmem.yaml#"
+ - $ref: nvmem.yaml#

properties:
compatible:
diff --git a/Documentation/devicetree/bindings/nvmem/rockchip-efuse.yaml b/Documentation/devicetree/bindings/nvmem/rockchip-efuse.yaml
index febee8129aa9..c5403e149080 100644
--- a/Documentation/devicetree/bindings/nvmem/rockchip-efuse.yaml
+++ b/Documentation/devicetree/bindings/nvmem/rockchip-efuse.yaml
@@ -10,7 +10,7 @@ maintainers:
- Heiko Stuebner <[email protected]>

allOf:
- - $ref: "nvmem.yaml#"
+ - $ref: nvmem.yaml#

properties:
compatible:
diff --git a/Documentation/devicetree/bindings/nvmem/socionext,uniphier-efuse.yaml b/Documentation/devicetree/bindings/nvmem/socionext,uniphier-efuse.yaml
index dc790d2cd9f0..b8bca0599c45 100644
--- a/Documentation/devicetree/bindings/nvmem/socionext,uniphier-efuse.yaml
+++ b/Documentation/devicetree/bindings/nvmem/socionext,uniphier-efuse.yaml
@@ -11,7 +11,7 @@ maintainers:
- Kunihiko Hayashi <[email protected]>

allOf:
- - $ref: "nvmem.yaml#"
+ - $ref: nvmem.yaml#

properties:
"#address-cells": true
diff --git a/Documentation/devicetree/bindings/nvmem/st,stm32-romem.yaml b/Documentation/devicetree/bindings/nvmem/st,stm32-romem.yaml
index 172597cc5c63..a69de3e92282 100644
--- a/Documentation/devicetree/bindings/nvmem/st,stm32-romem.yaml
+++ b/Documentation/devicetree/bindings/nvmem/st,stm32-romem.yaml
@@ -16,7 +16,7 @@ maintainers:
- Fabrice Gasnier <[email protected]>

allOf:
- - $ref: "nvmem.yaml#"
+ - $ref: nvmem.yaml#

properties:
compatible:
diff --git a/Documentation/devicetree/bindings/nvmem/sunplus,sp7021-ocotp.yaml b/Documentation/devicetree/bindings/nvmem/sunplus,sp7021-ocotp.yaml
index a7644ebbc2ca..8877c2283e9e 100644
--- a/Documentation/devicetree/bindings/nvmem/sunplus,sp7021-ocotp.yaml
+++ b/Documentation/devicetree/bindings/nvmem/sunplus,sp7021-ocotp.yaml
@@ -11,7 +11,7 @@ maintainers:
- Vincent Shih <[email protected]>

allOf:
- - $ref: "nvmem.yaml#"
+ - $ref: nvmem.yaml#

properties:
compatible:
--
2.39.2



2023-03-18 07:57:16

by Jernej Škrabec

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: nvmem: Drop unneeded quotes

Dne sobota, 18. marec 2023 ob 00:36:39 CET je Rob Herring napisal(a):
> Cleanup bindings dropping unneeded quotes. Once all these are fixed,
> checking for this can be enabled in yamllint.
>
> Signed-off-by: Rob Herring <[email protected]>
> ---
> .../devicetree/bindings/nvmem/allwinner,sun4i-a10-sid.yaml | 2 +-

For Allwinner:
Acked-by: Jernej Skrabec <[email protected]>

Best regards,
Jernej

> Documentation/devicetree/bindings/nvmem/apple,efuses.yaml | 2 +-
> Documentation/devicetree/bindings/nvmem/brcm,nvram.yaml | 2 +-
> Documentation/devicetree/bindings/nvmem/fsl,layerscape-sfp.yaml | 2 +-
> Documentation/devicetree/bindings/nvmem/imx-iim.yaml | 2 +-
> Documentation/devicetree/bindings/nvmem/imx-ocotp.yaml | 2 +-
> .../devicetree/bindings/nvmem/ingenic,jz4780-efuse.yaml | 2 +-
> Documentation/devicetree/bindings/nvmem/mediatek,efuse.yaml | 2 +-
> .../devicetree/bindings/nvmem/microchip,sama7g5-otpc.yaml | 2 +-
> Documentation/devicetree/bindings/nvmem/mxs-ocotp.yaml | 2 +-
> Documentation/devicetree/bindings/nvmem/nintendo-otp.yaml | 2 +-
> Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml | 2 +-
> Documentation/devicetree/bindings/nvmem/qcom,spmi-sdam.yaml | 2 +-
> Documentation/devicetree/bindings/nvmem/rmem.yaml | 2 +-
> Documentation/devicetree/bindings/nvmem/rockchip-efuse.yaml | 2 +-
> .../devicetree/bindings/nvmem/socionext,uniphier-efuse.yaml | 2 +-
> Documentation/devicetree/bindings/nvmem/st,stm32-romem.yaml | 2 +-
> .../devicetree/bindings/nvmem/sunplus,sp7021-ocotp.yaml | 2 +-
> 18 files changed, 18 insertions(+), 18 deletions(-)




2023-03-19 05:44:25

by Hector Martin

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: nvmem: Drop unneeded quotes

On 18/03/2023 08.36, Rob Herring wrote:
> Cleanup bindings dropping unneeded quotes. Once all these are fixed,
> checking for this can be enabled in yamllint.
>
> Signed-off-by: Rob Herring <[email protected]>
> ---
> .../devicetree/bindings/nvmem/allwinner,sun4i-a10-sid.yaml | 2 +-
> Documentation/devicetree/bindings/nvmem/apple,efuses.yaml | 2 +-
> Documentation/devicetree/bindings/nvmem/brcm,nvram.yaml | 2 +-
> Documentation/devicetree/bindings/nvmem/fsl,layerscape-sfp.yaml | 2 +-
> Documentation/devicetree/bindings/nvmem/imx-iim.yaml | 2 +-
> Documentation/devicetree/bindings/nvmem/imx-ocotp.yaml | 2 +-
> .../devicetree/bindings/nvmem/ingenic,jz4780-efuse.yaml | 2 +-
> Documentation/devicetree/bindings/nvmem/mediatek,efuse.yaml | 2 +-
> .../devicetree/bindings/nvmem/microchip,sama7g5-otpc.yaml | 2 +-
> Documentation/devicetree/bindings/nvmem/mxs-ocotp.yaml | 2 +-
> Documentation/devicetree/bindings/nvmem/nintendo-otp.yaml | 2 +-
> Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml | 2 +-
> Documentation/devicetree/bindings/nvmem/qcom,spmi-sdam.yaml | 2 +-
> Documentation/devicetree/bindings/nvmem/rmem.yaml | 2 +-
> Documentation/devicetree/bindings/nvmem/rockchip-efuse.yaml | 2 +-
> .../devicetree/bindings/nvmem/socionext,uniphier-efuse.yaml | 2 +-
> Documentation/devicetree/bindings/nvmem/st,stm32-romem.yaml | 2 +-
> .../devicetree/bindings/nvmem/sunplus,sp7021-ocotp.yaml | 2 +-
> 18 files changed, 18 insertions(+), 18 deletions(-)
>

For apple:
Acked-by: Hector Martin <[email protected]>

> diff --git a/Documentation/devicetree/bindings/nvmem/allwinner,sun4i-a10-sid.yaml b/Documentation/devicetree/bindings/nvmem/allwinner,sun4i-a10-sid.yaml
> index 14c170c6a86e..296001e7f498 100644
> --- a/Documentation/devicetree/bindings/nvmem/allwinner,sun4i-a10-sid.yaml
> +++ b/Documentation/devicetree/bindings/nvmem/allwinner,sun4i-a10-sid.yaml
> @@ -11,7 +11,7 @@ maintainers:
> - Maxime Ripard <[email protected]>
>
> allOf:
> - - $ref: "nvmem.yaml#"
> + - $ref: nvmem.yaml#
>
> properties:
> compatible:
> diff --git a/Documentation/devicetree/bindings/nvmem/apple,efuses.yaml b/Documentation/devicetree/bindings/nvmem/apple,efuses.yaml
> index 5ec8f2bdb3a5..e0860b6b85f3 100644
> --- a/Documentation/devicetree/bindings/nvmem/apple,efuses.yaml
> +++ b/Documentation/devicetree/bindings/nvmem/apple,efuses.yaml
> @@ -15,7 +15,7 @@ maintainers:
> - Sven Peter <[email protected]>
>
> allOf:
> - - $ref: "nvmem.yaml#"
> + - $ref: nvmem.yaml#
>
> properties:
> compatible:
> diff --git a/Documentation/devicetree/bindings/nvmem/brcm,nvram.yaml b/Documentation/devicetree/bindings/nvmem/brcm,nvram.yaml
> index 25033de3ef6b..36def7128fca 100644
> --- a/Documentation/devicetree/bindings/nvmem/brcm,nvram.yaml
> +++ b/Documentation/devicetree/bindings/nvmem/brcm,nvram.yaml
> @@ -20,7 +20,7 @@ maintainers:
> - Rafał Miłecki <[email protected]>
>
> allOf:
> - - $ref: "nvmem.yaml#"
> + - $ref: nvmem.yaml#
>
> properties:
> compatible:
> diff --git a/Documentation/devicetree/bindings/nvmem/fsl,layerscape-sfp.yaml b/Documentation/devicetree/bindings/nvmem/fsl,layerscape-sfp.yaml
> index 3b4e6e94cb81..70fb2ad25103 100644
> --- a/Documentation/devicetree/bindings/nvmem/fsl,layerscape-sfp.yaml
> +++ b/Documentation/devicetree/bindings/nvmem/fsl,layerscape-sfp.yaml
> @@ -14,7 +14,7 @@ description: |
> unique identifier per part.
>
> allOf:
> - - $ref: "nvmem.yaml#"
> + - $ref: nvmem.yaml#
>
> properties:
> compatible:
> diff --git a/Documentation/devicetree/bindings/nvmem/imx-iim.yaml b/Documentation/devicetree/bindings/nvmem/imx-iim.yaml
> index 7aac1995cfaf..e9d9d8df4811 100644
> --- a/Documentation/devicetree/bindings/nvmem/imx-iim.yaml
> +++ b/Documentation/devicetree/bindings/nvmem/imx-iim.yaml
> @@ -14,7 +14,7 @@ description: |
> i.MX25, i.MX27, i.MX31, i.MX35, i.MX51 and i.MX53 SoCs.
>
> allOf:
> - - $ref: "nvmem.yaml#"
> + - $ref: nvmem.yaml#
>
> properties:
> compatible:
> diff --git a/Documentation/devicetree/bindings/nvmem/imx-ocotp.yaml b/Documentation/devicetree/bindings/nvmem/imx-ocotp.yaml
> index d0a239d7e199..9876243ff1e8 100644
> --- a/Documentation/devicetree/bindings/nvmem/imx-ocotp.yaml
> +++ b/Documentation/devicetree/bindings/nvmem/imx-ocotp.yaml
> @@ -15,7 +15,7 @@ description: |
> i.MX7D/S, i.MX7ULP, i.MX8MQ, i.MX8MM, i.MX8MN and i.MX8MP SoCs.
>
> allOf:
> - - $ref: "nvmem.yaml#"
> + - $ref: nvmem.yaml#
>
> properties:
> compatible:
> diff --git a/Documentation/devicetree/bindings/nvmem/ingenic,jz4780-efuse.yaml b/Documentation/devicetree/bindings/nvmem/ingenic,jz4780-efuse.yaml
> index fe2cd7f1afba..e89fd879c968 100644
> --- a/Documentation/devicetree/bindings/nvmem/ingenic,jz4780-efuse.yaml
> +++ b/Documentation/devicetree/bindings/nvmem/ingenic,jz4780-efuse.yaml
> @@ -10,7 +10,7 @@ maintainers:
> - PrasannaKumar Muralidharan <[email protected]>
>
> allOf:
> - - $ref: "nvmem.yaml#"
> + - $ref: nvmem.yaml#
>
> properties:
> compatible:
> diff --git a/Documentation/devicetree/bindings/nvmem/mediatek,efuse.yaml b/Documentation/devicetree/bindings/nvmem/mediatek,efuse.yaml
> index 75e0a516e59a..d16d42fb98b6 100644
> --- a/Documentation/devicetree/bindings/nvmem/mediatek,efuse.yaml
> +++ b/Documentation/devicetree/bindings/nvmem/mediatek,efuse.yaml
> @@ -15,7 +15,7 @@ maintainers:
> - Lala Lin <[email protected]>
>
> allOf:
> - - $ref: "nvmem.yaml#"
> + - $ref: nvmem.yaml#
>
> properties:
> $nodename:
> diff --git a/Documentation/devicetree/bindings/nvmem/microchip,sama7g5-otpc.yaml b/Documentation/devicetree/bindings/nvmem/microchip,sama7g5-otpc.yaml
> index c3c96fd0baac..a296d348adb4 100644
> --- a/Documentation/devicetree/bindings/nvmem/microchip,sama7g5-otpc.yaml
> +++ b/Documentation/devicetree/bindings/nvmem/microchip,sama7g5-otpc.yaml
> @@ -15,7 +15,7 @@ description: |
> settings, chip identifiers) or user specific data could be stored.
>
> allOf:
> - - $ref: "nvmem.yaml#"
> + - $ref: nvmem.yaml#
>
> properties:
> compatible:
> diff --git a/Documentation/devicetree/bindings/nvmem/mxs-ocotp.yaml b/Documentation/devicetree/bindings/nvmem/mxs-ocotp.yaml
> index ff317fd7c15b..8938eec22b52 100644
> --- a/Documentation/devicetree/bindings/nvmem/mxs-ocotp.yaml
> +++ b/Documentation/devicetree/bindings/nvmem/mxs-ocotp.yaml
> @@ -10,7 +10,7 @@ maintainers:
> - Anson Huang <[email protected]>
>
> allOf:
> - - $ref: "nvmem.yaml#"
> + - $ref: nvmem.yaml#
>
> properties:
> compatible:
> diff --git a/Documentation/devicetree/bindings/nvmem/nintendo-otp.yaml b/Documentation/devicetree/bindings/nvmem/nintendo-otp.yaml
> index f93bc50c40d7..6c26800f8b79 100644
> --- a/Documentation/devicetree/bindings/nvmem/nintendo-otp.yaml
> +++ b/Documentation/devicetree/bindings/nvmem/nintendo-otp.yaml
> @@ -17,7 +17,7 @@ maintainers:
> - Emmanuel Gil Peyrot <[email protected]>
>
> allOf:
> - - $ref: "nvmem.yaml#"
> + - $ref: nvmem.yaml#
>
> properties:
> compatible:
> diff --git a/Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml b/Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml
> index 2173fe82317d..e952907ad1d5 100644
> --- a/Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml
> +++ b/Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml
> @@ -10,7 +10,7 @@ maintainers:
> - Srinivas Kandagatla <[email protected]>
>
> allOf:
> - - $ref: "nvmem.yaml#"
> + - $ref: nvmem.yaml#
>
> properties:
> compatible:
> diff --git a/Documentation/devicetree/bindings/nvmem/qcom,spmi-sdam.yaml b/Documentation/devicetree/bindings/nvmem/qcom,spmi-sdam.yaml
> index e08504ef3b6e..34818683f80c 100644
> --- a/Documentation/devicetree/bindings/nvmem/qcom,spmi-sdam.yaml
> +++ b/Documentation/devicetree/bindings/nvmem/qcom,spmi-sdam.yaml
> @@ -15,7 +15,7 @@ description: |
> to/from the PBUS.
>
> allOf:
> - - $ref: "nvmem.yaml#"
> + - $ref: nvmem.yaml#
>
> properties:
> compatible:
> diff --git a/Documentation/devicetree/bindings/nvmem/rmem.yaml b/Documentation/devicetree/bindings/nvmem/rmem.yaml
> index a4a755dcfc43..38a39c9b8c1c 100644
> --- a/Documentation/devicetree/bindings/nvmem/rmem.yaml
> +++ b/Documentation/devicetree/bindings/nvmem/rmem.yaml
> @@ -10,7 +10,7 @@ maintainers:
> - Nicolas Saenz Julienne <[email protected]>
>
> allOf:
> - - $ref: "nvmem.yaml#"
> + - $ref: nvmem.yaml#
>
> properties:
> compatible:
> diff --git a/Documentation/devicetree/bindings/nvmem/rockchip-efuse.yaml b/Documentation/devicetree/bindings/nvmem/rockchip-efuse.yaml
> index febee8129aa9..c5403e149080 100644
> --- a/Documentation/devicetree/bindings/nvmem/rockchip-efuse.yaml
> +++ b/Documentation/devicetree/bindings/nvmem/rockchip-efuse.yaml
> @@ -10,7 +10,7 @@ maintainers:
> - Heiko Stuebner <[email protected]>
>
> allOf:
> - - $ref: "nvmem.yaml#"
> + - $ref: nvmem.yaml#
>
> properties:
> compatible:
> diff --git a/Documentation/devicetree/bindings/nvmem/socionext,uniphier-efuse.yaml b/Documentation/devicetree/bindings/nvmem/socionext,uniphier-efuse.yaml
> index dc790d2cd9f0..b8bca0599c45 100644
> --- a/Documentation/devicetree/bindings/nvmem/socionext,uniphier-efuse.yaml
> +++ b/Documentation/devicetree/bindings/nvmem/socionext,uniphier-efuse.yaml
> @@ -11,7 +11,7 @@ maintainers:
> - Kunihiko Hayashi <[email protected]>
>
> allOf:
> - - $ref: "nvmem.yaml#"
> + - $ref: nvmem.yaml#
>
> properties:
> "#address-cells": true
> diff --git a/Documentation/devicetree/bindings/nvmem/st,stm32-romem.yaml b/Documentation/devicetree/bindings/nvmem/st,stm32-romem.yaml
> index 172597cc5c63..a69de3e92282 100644
> --- a/Documentation/devicetree/bindings/nvmem/st,stm32-romem.yaml
> +++ b/Documentation/devicetree/bindings/nvmem/st,stm32-romem.yaml
> @@ -16,7 +16,7 @@ maintainers:
> - Fabrice Gasnier <[email protected]>
>
> allOf:
> - - $ref: "nvmem.yaml#"
> + - $ref: nvmem.yaml#
>
> properties:
> compatible:
> diff --git a/Documentation/devicetree/bindings/nvmem/sunplus,sp7021-ocotp.yaml b/Documentation/devicetree/bindings/nvmem/sunplus,sp7021-ocotp.yaml
> index a7644ebbc2ca..8877c2283e9e 100644
> --- a/Documentation/devicetree/bindings/nvmem/sunplus,sp7021-ocotp.yaml
> +++ b/Documentation/devicetree/bindings/nvmem/sunplus,sp7021-ocotp.yaml
> @@ -11,7 +11,7 @@ maintainers:
> - Vincent Shih <[email protected]>
>
> allOf:
> - - $ref: "nvmem.yaml#"
> + - $ref: nvmem.yaml#
>
> properties:
> compatible:


- Hector

2023-03-19 11:37:43

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: nvmem: Drop unneeded quotes

On 18/03/2023 00:36, Rob Herring wrote:
> Cleanup bindings dropping unneeded quotes. Once all these are fixed,
> checking for this can be enabled in yamllint.
>
> Signed-off-by: Rob Herring <[email protected]>
> ---

Reviewed-by: Krzysztof Kozlowski <[email protected]>

Best regards,
Krzysztof


2023-03-20 18:25:28

by Srinivas Kandagatla

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: nvmem: Drop unneeded quotes



On 17/03/2023 23:36, Rob Herring wrote:
> Cleanup bindings dropping unneeded quotes. Once all these are fixed,
> checking for this can be enabled in yamllint.
>
> Signed-off-by: Rob Herring <[email protected]>


Applied thanks,

--srini
> ---
> .../devicetree/bindings/nvmem/allwinner,sun4i-a10-sid.yaml | 2 +-
> Documentation/devicetree/bindings/nvmem/apple,efuses.yaml | 2 +-
> Documentation/devicetree/bindings/nvmem/brcm,nvram.yaml | 2 +-
> Documentation/devicetree/bindings/nvmem/fsl,layerscape-sfp.yaml | 2 +-
> Documentation/devicetree/bindings/nvmem/imx-iim.yaml | 2 +-
> Documentation/devicetree/bindings/nvmem/imx-ocotp.yaml | 2 +-
> .../devicetree/bindings/nvmem/ingenic,jz4780-efuse.yaml | 2 +-
> Documentation/devicetree/bindings/nvmem/mediatek,efuse.yaml | 2 +-
> .../devicetree/bindings/nvmem/microchip,sama7g5-otpc.yaml | 2 +-
> Documentation/devicetree/bindings/nvmem/mxs-ocotp.yaml | 2 +-
> Documentation/devicetree/bindings/nvmem/nintendo-otp.yaml | 2 +-
> Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml | 2 +-
> Documentation/devicetree/bindings/nvmem/qcom,spmi-sdam.yaml | 2 +-
> Documentation/devicetree/bindings/nvmem/rmem.yaml | 2 +-
> Documentation/devicetree/bindings/nvmem/rockchip-efuse.yaml | 2 +-
> .../devicetree/bindings/nvmem/socionext,uniphier-efuse.yaml | 2 +-
> Documentation/devicetree/bindings/nvmem/st,stm32-romem.yaml | 2 +-
> .../devicetree/bindings/nvmem/sunplus,sp7021-ocotp.yaml | 2 +-
> 18 files changed, 18 insertions(+), 18 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/nvmem/allwinner,sun4i-a10-sid.yaml b/Documentation/devicetree/bindings/nvmem/allwinner,sun4i-a10-sid.yaml
> index 14c170c6a86e..296001e7f498 100644
> --- a/Documentation/devicetree/bindings/nvmem/allwinner,sun4i-a10-sid.yaml
> +++ b/Documentation/devicetree/bindings/nvmem/allwinner,sun4i-a10-sid.yaml
> @@ -11,7 +11,7 @@ maintainers:
> - Maxime Ripard <[email protected]>
>
> allOf:
> - - $ref: "nvmem.yaml#"
> + - $ref: nvmem.yaml#
>
> properties:
> compatible:
> diff --git a/Documentation/devicetree/bindings/nvmem/apple,efuses.yaml b/Documentation/devicetree/bindings/nvmem/apple,efuses.yaml
> index 5ec8f2bdb3a5..e0860b6b85f3 100644
> --- a/Documentation/devicetree/bindings/nvmem/apple,efuses.yaml
> +++ b/Documentation/devicetree/bindings/nvmem/apple,efuses.yaml
> @@ -15,7 +15,7 @@ maintainers:
> - Sven Peter <[email protected]>
>
> allOf:
> - - $ref: "nvmem.yaml#"
> + - $ref: nvmem.yaml#
>
> properties:
> compatible:
> diff --git a/Documentation/devicetree/bindings/nvmem/brcm,nvram.yaml b/Documentation/devicetree/bindings/nvmem/brcm,nvram.yaml
> index 25033de3ef6b..36def7128fca 100644
> --- a/Documentation/devicetree/bindings/nvmem/brcm,nvram.yaml
> +++ b/Documentation/devicetree/bindings/nvmem/brcm,nvram.yaml
> @@ -20,7 +20,7 @@ maintainers:
> - Rafał Miłecki <[email protected]>
>
> allOf:
> - - $ref: "nvmem.yaml#"
> + - $ref: nvmem.yaml#
>
> properties:
> compatible:
> diff --git a/Documentation/devicetree/bindings/nvmem/fsl,layerscape-sfp.yaml b/Documentation/devicetree/bindings/nvmem/fsl,layerscape-sfp.yaml
> index 3b4e6e94cb81..70fb2ad25103 100644
> --- a/Documentation/devicetree/bindings/nvmem/fsl,layerscape-sfp.yaml
> +++ b/Documentation/devicetree/bindings/nvmem/fsl,layerscape-sfp.yaml
> @@ -14,7 +14,7 @@ description: |
> unique identifier per part.
>
> allOf:
> - - $ref: "nvmem.yaml#"
> + - $ref: nvmem.yaml#
>
> properties:
> compatible:
> diff --git a/Documentation/devicetree/bindings/nvmem/imx-iim.yaml b/Documentation/devicetree/bindings/nvmem/imx-iim.yaml
> index 7aac1995cfaf..e9d9d8df4811 100644
> --- a/Documentation/devicetree/bindings/nvmem/imx-iim.yaml
> +++ b/Documentation/devicetree/bindings/nvmem/imx-iim.yaml
> @@ -14,7 +14,7 @@ description: |
> i.MX25, i.MX27, i.MX31, i.MX35, i.MX51 and i.MX53 SoCs.
>
> allOf:
> - - $ref: "nvmem.yaml#"
> + - $ref: nvmem.yaml#
>
> properties:
> compatible:
> diff --git a/Documentation/devicetree/bindings/nvmem/imx-ocotp.yaml b/Documentation/devicetree/bindings/nvmem/imx-ocotp.yaml
> index d0a239d7e199..9876243ff1e8 100644
> --- a/Documentation/devicetree/bindings/nvmem/imx-ocotp.yaml
> +++ b/Documentation/devicetree/bindings/nvmem/imx-ocotp.yaml
> @@ -15,7 +15,7 @@ description: |
> i.MX7D/S, i.MX7ULP, i.MX8MQ, i.MX8MM, i.MX8MN and i.MX8MP SoCs.
>
> allOf:
> - - $ref: "nvmem.yaml#"
> + - $ref: nvmem.yaml#
>
> properties:
> compatible:
> diff --git a/Documentation/devicetree/bindings/nvmem/ingenic,jz4780-efuse.yaml b/Documentation/devicetree/bindings/nvmem/ingenic,jz4780-efuse.yaml
> index fe2cd7f1afba..e89fd879c968 100644
> --- a/Documentation/devicetree/bindings/nvmem/ingenic,jz4780-efuse.yaml
> +++ b/Documentation/devicetree/bindings/nvmem/ingenic,jz4780-efuse.yaml
> @@ -10,7 +10,7 @@ maintainers:
> - PrasannaKumar Muralidharan <[email protected]>
>
> allOf:
> - - $ref: "nvmem.yaml#"
> + - $ref: nvmem.yaml#
>
> properties:
> compatible:
> diff --git a/Documentation/devicetree/bindings/nvmem/mediatek,efuse.yaml b/Documentation/devicetree/bindings/nvmem/mediatek,efuse.yaml
> index 75e0a516e59a..d16d42fb98b6 100644
> --- a/Documentation/devicetree/bindings/nvmem/mediatek,efuse.yaml
> +++ b/Documentation/devicetree/bindings/nvmem/mediatek,efuse.yaml
> @@ -15,7 +15,7 @@ maintainers:
> - Lala Lin <[email protected]>
>
> allOf:
> - - $ref: "nvmem.yaml#"
> + - $ref: nvmem.yaml#
>
> properties:
> $nodename:
> diff --git a/Documentation/devicetree/bindings/nvmem/microchip,sama7g5-otpc.yaml b/Documentation/devicetree/bindings/nvmem/microchip,sama7g5-otpc.yaml
> index c3c96fd0baac..a296d348adb4 100644
> --- a/Documentation/devicetree/bindings/nvmem/microchip,sama7g5-otpc.yaml
> +++ b/Documentation/devicetree/bindings/nvmem/microchip,sama7g5-otpc.yaml
> @@ -15,7 +15,7 @@ description: |
> settings, chip identifiers) or user specific data could be stored.
>
> allOf:
> - - $ref: "nvmem.yaml#"
> + - $ref: nvmem.yaml#
>
> properties:
> compatible:
> diff --git a/Documentation/devicetree/bindings/nvmem/mxs-ocotp.yaml b/Documentation/devicetree/bindings/nvmem/mxs-ocotp.yaml
> index ff317fd7c15b..8938eec22b52 100644
> --- a/Documentation/devicetree/bindings/nvmem/mxs-ocotp.yaml
> +++ b/Documentation/devicetree/bindings/nvmem/mxs-ocotp.yaml
> @@ -10,7 +10,7 @@ maintainers:
> - Anson Huang <[email protected]>
>
> allOf:
> - - $ref: "nvmem.yaml#"
> + - $ref: nvmem.yaml#
>
> properties:
> compatible:
> diff --git a/Documentation/devicetree/bindings/nvmem/nintendo-otp.yaml b/Documentation/devicetree/bindings/nvmem/nintendo-otp.yaml
> index f93bc50c40d7..6c26800f8b79 100644
> --- a/Documentation/devicetree/bindings/nvmem/nintendo-otp.yaml
> +++ b/Documentation/devicetree/bindings/nvmem/nintendo-otp.yaml
> @@ -17,7 +17,7 @@ maintainers:
> - Emmanuel Gil Peyrot <[email protected]>
>
> allOf:
> - - $ref: "nvmem.yaml#"
> + - $ref: nvmem.yaml#
>
> properties:
> compatible:
> diff --git a/Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml b/Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml
> index 2173fe82317d..e952907ad1d5 100644
> --- a/Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml
> +++ b/Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml
> @@ -10,7 +10,7 @@ maintainers:
> - Srinivas Kandagatla <[email protected]>
>
> allOf:
> - - $ref: "nvmem.yaml#"
> + - $ref: nvmem.yaml#
>
> properties:
> compatible:
> diff --git a/Documentation/devicetree/bindings/nvmem/qcom,spmi-sdam.yaml b/Documentation/devicetree/bindings/nvmem/qcom,spmi-sdam.yaml
> index e08504ef3b6e..34818683f80c 100644
> --- a/Documentation/devicetree/bindings/nvmem/qcom,spmi-sdam.yaml
> +++ b/Documentation/devicetree/bindings/nvmem/qcom,spmi-sdam.yaml
> @@ -15,7 +15,7 @@ description: |
> to/from the PBUS.
>
> allOf:
> - - $ref: "nvmem.yaml#"
> + - $ref: nvmem.yaml#
>
> properties:
> compatible:
> diff --git a/Documentation/devicetree/bindings/nvmem/rmem.yaml b/Documentation/devicetree/bindings/nvmem/rmem.yaml
> index a4a755dcfc43..38a39c9b8c1c 100644
> --- a/Documentation/devicetree/bindings/nvmem/rmem.yaml
> +++ b/Documentation/devicetree/bindings/nvmem/rmem.yaml
> @@ -10,7 +10,7 @@ maintainers:
> - Nicolas Saenz Julienne <[email protected]>
>
> allOf:
> - - $ref: "nvmem.yaml#"
> + - $ref: nvmem.yaml#
>
> properties:
> compatible:
> diff --git a/Documentation/devicetree/bindings/nvmem/rockchip-efuse.yaml b/Documentation/devicetree/bindings/nvmem/rockchip-efuse.yaml
> index febee8129aa9..c5403e149080 100644
> --- a/Documentation/devicetree/bindings/nvmem/rockchip-efuse.yaml
> +++ b/Documentation/devicetree/bindings/nvmem/rockchip-efuse.yaml
> @@ -10,7 +10,7 @@ maintainers:
> - Heiko Stuebner <[email protected]>
>
> allOf:
> - - $ref: "nvmem.yaml#"
> + - $ref: nvmem.yaml#
>
> properties:
> compatible:
> diff --git a/Documentation/devicetree/bindings/nvmem/socionext,uniphier-efuse.yaml b/Documentation/devicetree/bindings/nvmem/socionext,uniphier-efuse.yaml
> index dc790d2cd9f0..b8bca0599c45 100644
> --- a/Documentation/devicetree/bindings/nvmem/socionext,uniphier-efuse.yaml
> +++ b/Documentation/devicetree/bindings/nvmem/socionext,uniphier-efuse.yaml
> @@ -11,7 +11,7 @@ maintainers:
> - Kunihiko Hayashi <[email protected]>
>
> allOf:
> - - $ref: "nvmem.yaml#"
> + - $ref: nvmem.yaml#
>
> properties:
> "#address-cells": true
> diff --git a/Documentation/devicetree/bindings/nvmem/st,stm32-romem.yaml b/Documentation/devicetree/bindings/nvmem/st,stm32-romem.yaml
> index 172597cc5c63..a69de3e92282 100644
> --- a/Documentation/devicetree/bindings/nvmem/st,stm32-romem.yaml
> +++ b/Documentation/devicetree/bindings/nvmem/st,stm32-romem.yaml
> @@ -16,7 +16,7 @@ maintainers:
> - Fabrice Gasnier <[email protected]>
>
> allOf:
> - - $ref: "nvmem.yaml#"
> + - $ref: nvmem.yaml#
>
> properties:
> compatible:
> diff --git a/Documentation/devicetree/bindings/nvmem/sunplus,sp7021-ocotp.yaml b/Documentation/devicetree/bindings/nvmem/sunplus,sp7021-ocotp.yaml
> index a7644ebbc2ca..8877c2283e9e 100644
> --- a/Documentation/devicetree/bindings/nvmem/sunplus,sp7021-ocotp.yaml
> +++ b/Documentation/devicetree/bindings/nvmem/sunplus,sp7021-ocotp.yaml
> @@ -11,7 +11,7 @@ maintainers:
> - Vincent Shih <[email protected]>
>
> allOf:
> - - $ref: "nvmem.yaml#"
> + - $ref: nvmem.yaml#
>
> properties:
> compatible:

2023-03-22 19:23:25

by Heiko Stuebner

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: nvmem: Drop unneeded quotes

Am Samstag, 18. M?rz 2023, 00:36:39 CET schrieb Rob Herring:
> Cleanup bindings dropping unneeded quotes. Once all these are fixed,
> checking for this can be enabled in yamllint.
>
> Signed-off-by: Rob Herring <[email protected]>
> ---

> Documentation/devicetree/bindings/nvmem/rockchip-efuse.yaml | 2 +-

Reviewed-by: Heiko Stuebner <[email protected]> #rockchip