Commit 66ae0535 authored by Rob Herring's avatar Rob Herring

dt-bindings: rng: Drop unneeded quotes

Cleanup bindings dropping unneeded quotes. Once all these are fixed,
checking for this can be enabled in yamllint.
Reviewed-by: default avatarNeil Armstrong <neil.armstrong@linaro.org>
Reviewed-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Acked-by: Florian Fainelli <f.fainelli@gmail.com> #brcm,iproc-rng200
Link: https://lore.kernel.org/r/20230327170153.4105594-1-robh@kernel.orgSigned-off-by: default avatarRob Herring <robh@kernel.org>
parent 4b71ed9f
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
# Copyright 2019 BayLibre, SAS # Copyright 2019 BayLibre, SAS
%YAML 1.2 %YAML 1.2
--- ---
$id: "http://devicetree.org/schemas/rng/amlogic,meson-rng.yaml#" $id: http://devicetree.org/schemas/rng/amlogic,meson-rng.yaml#
$schema: "http://devicetree.org/meta-schemas/core.yaml#" $schema: http://devicetree.org/meta-schemas/core.yaml#
title: Amlogic Meson Random number generator title: Amlogic Meson Random number generator
......
# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
%YAML 1.2 %YAML 1.2
--- ---
$id: "http://devicetree.org/schemas/rng/brcm,iproc-rng200.yaml#" $id: http://devicetree.org/schemas/rng/brcm,iproc-rng200.yaml#
$schema: "http://devicetree.org/meta-schemas/core.yaml#" $schema: http://devicetree.org/meta-schemas/core.yaml#
title: HWRNG support for the iproc-rng200 driver title: HWRNG support for the iproc-rng200 driver
......
# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
%YAML 1.2 %YAML 1.2
--- ---
$id: "http://devicetree.org/schemas/rng/mtk-rng.yaml#" $id: http://devicetree.org/schemas/rng/mtk-rng.yaml#
$schema: "http://devicetree.org/meta-schemas/core.yaml#" $schema: http://devicetree.org/meta-schemas/core.yaml#
title: MediaTek Random number generator title: MediaTek Random number generator
......
...@@ -25,7 +25,7 @@ properties: ...@@ -25,7 +25,7 @@ properties:
maxItems: 1 maxItems: 1
ti,syscon-sa-cfg: ti,syscon-sa-cfg:
$ref: "/schemas/types.yaml#/definitions/phandle" $ref: /schemas/types.yaml#/definitions/phandle
description: | description: |
Phandle to syscon node of the SA configuration registers. These Phandle to syscon node of the SA configuration registers. These
registers are shared between HWRNG and crypto drivers. registers are shared between HWRNG and crypto drivers.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment