Skip to content

Commit 66ae053

Browse files
committed
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: Neil Armstrong <neil.armstrong@linaro.org> Reviewed-by: Krzysztof 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.org Signed-off-by: Rob Herring <robh@kernel.org>
1 parent 4b71ed9 commit 66ae053

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

Documentation/devicetree/bindings/rng/amlogic,meson-rng.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# Copyright 2019 BayLibre, SAS
33
%YAML 1.2
44
---
5-
$id: "http://devicetree.org/schemas/rng/amlogic,meson-rng.yaml#"
6-
$schema: "http://devicetree.org/meta-schemas/core.yaml#"
5+
$id: http://devicetree.org/schemas/rng/amlogic,meson-rng.yaml#
6+
$schema: http://devicetree.org/meta-schemas/core.yaml#
77

88
title: Amlogic Meson Random number generator
99

Documentation/devicetree/bindings/rng/brcm,iproc-rng200.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
22
%YAML 1.2
33
---
4-
$id: "http://devicetree.org/schemas/rng/brcm,iproc-rng200.yaml#"
5-
$schema: "http://devicetree.org/meta-schemas/core.yaml#"
4+
$id: http://devicetree.org/schemas/rng/brcm,iproc-rng200.yaml#
5+
$schema: http://devicetree.org/meta-schemas/core.yaml#
66

77
title: HWRNG support for the iproc-rng200 driver
88

Documentation/devicetree/bindings/rng/mtk-rng.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
22
%YAML 1.2
33
---
4-
$id: "http://devicetree.org/schemas/rng/mtk-rng.yaml#"
5-
$schema: "http://devicetree.org/meta-schemas/core.yaml#"
4+
$id: http://devicetree.org/schemas/rng/mtk-rng.yaml#
5+
$schema: http://devicetree.org/meta-schemas/core.yaml#
66

77
title: MediaTek Random number generator
88

Documentation/devicetree/bindings/rng/ti,keystone-rng.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ properties:
2525
maxItems: 1
2626

2727
ti,syscon-sa-cfg:
28-
$ref: "/schemas/types.yaml#/definitions/phandle"
28+
$ref: /schemas/types.yaml#/definitions/phandle
2929
description: |
3030
Phandle to syscon node of the SA configuration registers. These
3131
registers are shared between HWRNG and crypto drivers.

0 commit comments

Comments
 (0)