dt-bindings: rng: Drop unneeded quotes
Commit Message
Cleanup bindings dropping unneeded quotes. Once all these are fixed,
checking for this can be enabled in yamllint.
Signed-off-by: Rob Herring <robh@kernel.org>
---
Documentation/devicetree/bindings/rng/amlogic,meson-rng.yaml | 4 ++--
Documentation/devicetree/bindings/rng/brcm,iproc-rng200.yaml | 4 ++--
Documentation/devicetree/bindings/rng/mtk-rng.yaml | 4 ++--
Documentation/devicetree/bindings/rng/ti,keystone-rng.yaml | 2 +-
4 files changed, 7 insertions(+), 7 deletions(-)
Comments
On 3/27/23 10:01, 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 <robh@kernel.org>
> ---
> Documentation/devicetree/bindings/rng/amlogic,meson-rng.yaml | 4 ++--
> Documentation/devicetree/bindings/rng/brcm,iproc-rng200.yaml | 4 ++--
Acked-by: Florian Fainelli <f.fainelli@gmail.com> #brcm,iproc-rng200
On 27/03/2023 19:01, 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 <robh@kernel.org>
> ---
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Best regards,
Krzysztof
On 27/03/2023 19:01, 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 <robh@kernel.org>
> ---
> Documentation/devicetree/bindings/rng/amlogic,meson-rng.yaml | 4 ++--
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
> Documentation/devicetree/bindings/rng/brcm,iproc-rng200.yaml | 4 ++--
> Documentation/devicetree/bindings/rng/mtk-rng.yaml | 4 ++--
> Documentation/devicetree/bindings/rng/ti,keystone-rng.yaml | 2 +-
> 4 files changed, 7 insertions(+), 7 deletions(-)
>
<snip>
On Mon, Mar 27, 2023 at 12:01:53PM -0500, 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 <robh@kernel.org>
> ---
> Documentation/devicetree/bindings/rng/amlogic,meson-rng.yaml | 4 ++--
> Documentation/devicetree/bindings/rng/brcm,iproc-rng200.yaml | 4 ++--
> Documentation/devicetree/bindings/rng/mtk-rng.yaml | 4 ++--
> Documentation/devicetree/bindings/rng/ti,keystone-rng.yaml | 2 +-
> 4 files changed, 7 insertions(+), 7 deletions(-)
Applied, thanks!
@@ -2,8 +2,8 @@
# Copyright 2019 BayLibre, SAS
%YAML 1.2
---
-$id: "http://devicetree.org/schemas/rng/amlogic,meson-rng.yaml#"
-$schema: "http://devicetree.org/meta-schemas/core.yaml#"
+$id: http://devicetree.org/schemas/rng/amlogic,meson-rng.yaml#
+$schema: http://devicetree.org/meta-schemas/core.yaml#
title: Amlogic Meson Random number generator
@@ -1,8 +1,8 @@
# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
%YAML 1.2
---
-$id: "http://devicetree.org/schemas/rng/brcm,iproc-rng200.yaml#"
-$schema: "http://devicetree.org/meta-schemas/core.yaml#"
+$id: http://devicetree.org/schemas/rng/brcm,iproc-rng200.yaml#
+$schema: http://devicetree.org/meta-schemas/core.yaml#
title: HWRNG support for the iproc-rng200 driver
@@ -1,8 +1,8 @@
# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
%YAML 1.2
---
-$id: "http://devicetree.org/schemas/rng/mtk-rng.yaml#"
-$schema: "http://devicetree.org/meta-schemas/core.yaml#"
+$id: http://devicetree.org/schemas/rng/mtk-rng.yaml#
+$schema: http://devicetree.org/meta-schemas/core.yaml#
title: MediaTek Random number generator
@@ -25,7 +25,7 @@ properties:
maxItems: 1
ti,syscon-sa-cfg:
- $ref: "/schemas/types.yaml#/definitions/phandle"
+ $ref: /schemas/types.yaml#/definitions/phandle
description: |
Phandle to syscon node of the SA configuration registers. These
registers are shared between HWRNG and crypto drivers.