Commit 9896a19c authored by Rob Herring's avatar Rob Herring Committed by Lee Jones

dt-bindings: mfd: Drop unneeded quotes in 'ref', 'id' and 'schema' entries

Cleanup bindings dropping unneeded quotes. Once all these are fixed,
checking for this can be enabled in yamllint.
Signed-off-by: default avatarRob Herring <robh@kernel.org>
Reviewed-by: default avatarDamien Le Moal <damien.lemoal@opensource.wdc.com>
Reviewed-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: default avatarLee Jones <lee@kernel.org>
Link: https://lore.kernel.org/r/20230322173519.3971434-1-robh@kernel.org
parent f0484d2f
...@@ -36,7 +36,7 @@ properties: ...@@ -36,7 +36,7 @@ properties:
clock-controller: clock-controller:
# Child node # Child node
type: object type: object
$ref: "../clock/canaan,k210-clk.yaml" $ref: ../clock/canaan,k210-clk.yaml
description: description:
Clock controller for the SoC clocks. This child node definition Clock controller for the SoC clocks. This child node definition
should follow the bindings specified in should follow the bindings specified in
...@@ -45,7 +45,7 @@ properties: ...@@ -45,7 +45,7 @@ properties:
reset-controller: reset-controller:
# Child node # Child node
type: object type: object
$ref: "../reset/canaan,k210-rst.yaml" $ref: ../reset/canaan,k210-rst.yaml
description: description:
Reset controller for the SoC. This child node definition Reset controller for the SoC. This child node definition
should follow the bindings specified in should follow the bindings specified in
...@@ -54,7 +54,7 @@ properties: ...@@ -54,7 +54,7 @@ properties:
syscon-reboot: syscon-reboot:
# Child node # Child node
type: object type: object
$ref: "../power/reset/syscon-reboot.yaml" $ref: ../power/reset/syscon-reboot.yaml
description: description:
Reboot method for the SoC. This child node definition Reboot method for the SoC. This child node definition
should follow the bindings specified in should follow the bindings specified in
......
...@@ -65,7 +65,7 @@ properties: ...@@ -65,7 +65,7 @@ properties:
ARM Cortex M4 Co-processor. Contains the name of the rpmsg ARM Cortex M4 Co-processor. Contains the name of the rpmsg
device. Used to match the subnode to the rpmsg device announced by device. Used to match the subnode to the rpmsg device announced by
the SCP. the SCP.
$ref: "/schemas/types.yaml#/definitions/string" $ref: /schemas/types.yaml#/definitions/string
spi-max-frequency: true spi-max-frequency: true
...@@ -94,23 +94,23 @@ properties: ...@@ -94,23 +94,23 @@ properties:
const: 0 const: 0
typec: typec:
$ref: "/schemas/chrome/google,cros-ec-typec.yaml#" $ref: /schemas/chrome/google,cros-ec-typec.yaml#
ec-pwm: ec-pwm:
$ref: "/schemas/pwm/google,cros-ec-pwm.yaml#" $ref: /schemas/pwm/google,cros-ec-pwm.yaml#
deprecated: true deprecated: true
pwm: pwm:
$ref: "/schemas/pwm/google,cros-ec-pwm.yaml#" $ref: /schemas/pwm/google,cros-ec-pwm.yaml#
kbd-led-backlight: kbd-led-backlight:
$ref: "/schemas/chrome/google,cros-kbd-led-backlight.yaml#" $ref: /schemas/chrome/google,cros-kbd-led-backlight.yaml#
keyboard-controller: keyboard-controller:
$ref: "/schemas/input/google,cros-ec-keyb.yaml#" $ref: /schemas/input/google,cros-ec-keyb.yaml#
proximity: proximity:
$ref: "/schemas/iio/proximity/google,cros-ec-mkbp-proximity.yaml#" $ref: /schemas/iio/proximity/google,cros-ec-mkbp-proximity.yaml#
codecs: codecs:
type: object type: object
...@@ -126,7 +126,7 @@ properties: ...@@ -126,7 +126,7 @@ properties:
patternProperties: patternProperties:
"^ec-codec@[a-f0-9]+$": "^ec-codec@[a-f0-9]+$":
type: object type: object
$ref: "/schemas/sound/google,cros-ec-codec.yaml#" $ref: /schemas/sound/google,cros-ec-codec.yaml#
required: required:
- "#address-cells" - "#address-cells"
...@@ -151,15 +151,15 @@ properties: ...@@ -151,15 +151,15 @@ properties:
patternProperties: patternProperties:
"^i2c-tunnel[0-9]*$": "^i2c-tunnel[0-9]*$":
type: object type: object
$ref: "/schemas/i2c/google,cros-ec-i2c-tunnel.yaml#" $ref: /schemas/i2c/google,cros-ec-i2c-tunnel.yaml#
"^regulator@[0-9]+$": "^regulator@[0-9]+$":
type: object type: object
$ref: "/schemas/regulator/google,cros-ec-regulator.yaml#" $ref: /schemas/regulator/google,cros-ec-regulator.yaml#
"^extcon[0-9]*$": "^extcon[0-9]*$":
type: object type: object
$ref: "/schemas/extcon/extcon-usbc-cros-ec.yaml#" $ref: /schemas/extcon/extcon-usbc-cros-ec.yaml#
required: required:
- compatible - compatible
......
...@@ -53,7 +53,7 @@ properties: ...@@ -53,7 +53,7 @@ properties:
'^ldo[0-9]+$': '^ldo[0-9]+$':
type: object type: object
$ref: "/schemas/regulator/regulator.yaml#" $ref: /schemas/regulator/regulator.yaml#
unevaluatedProperties: false unevaluatedProperties: false
......
...@@ -49,7 +49,7 @@ patternProperties: ...@@ -49,7 +49,7 @@ patternProperties:
"rtc@[0-9a-f]+$": "rtc@[0-9a-f]+$":
type: object type: object
$ref: "../rtc/qcom-pm8xxx-rtc.yaml" $ref: ../rtc/qcom-pm8xxx-rtc.yaml
required: required:
- compatible - compatible
......
...@@ -46,7 +46,7 @@ properties: ...@@ -46,7 +46,7 @@ properties:
rohm,clkout-open-drain: rohm,clkout-open-drain:
description: clk32kout mode. Set to 1 for "open-drain" or 0 for "cmos". description: clk32kout mode. Set to 1 for "open-drain" or 0 for "cmos".
$ref: "/schemas/types.yaml#/definitions/uint32" $ref: /schemas/types.yaml#/definitions/uint32
minimum: 0 minimum: 0
maximum: 1 maximum: 1
......
...@@ -46,7 +46,7 @@ properties: ...@@ -46,7 +46,7 @@ properties:
rohm,clkout-open-drain: rohm,clkout-open-drain:
description: clk32kout mode. Set to 1 for "open-drain" or 0 for "cmos". description: clk32kout mode. Set to 1 for "open-drain" or 0 for "cmos".
$ref: "/schemas/types.yaml#/definitions/uint32" $ref: /schemas/types.yaml#/definitions/uint32
minimum: 0 minimum: 0
maximum: 1 maximum: 1
......
...@@ -156,7 +156,7 @@ properties: ...@@ -156,7 +156,7 @@ properties:
entry has a value that is out of range for a 16 bit register then the entry has a value that is out of range for a 16 bit register then the
chip default will be used. If present exactly five values must be chip default will be used. If present exactly five values must be
specified. specified.
$ref: "/schemas/types.yaml#/definitions/uint32-array" $ref: /schemas/types.yaml#/definitions/uint32-array
minItems: 1 minItems: 1
maxItems: 5 maxItems: 5
......
# SPDX-License-Identifier: GPL-2.0 # SPDX-License-Identifier: GPL-2.0
%YAML 1.2 %YAML 1.2
--- ---
$id: "http://devicetree.org/schemas/mfd/x-powers,ac100.yaml#" $id: http://devicetree.org/schemas/mfd/x-powers,ac100.yaml#
$schema: "http://devicetree.org/meta-schemas/core.yaml#" $schema: http://devicetree.org/meta-schemas/core.yaml#
title: X-Powers AC100 title: X-Powers AC100
......
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
# Copyright 2019 Bootlin # Copyright 2019 Bootlin
%YAML 1.2 %YAML 1.2
--- ---
$id: "http://devicetree.org/schemas/mfd/xylon,logicvc.yaml#" $id: http://devicetree.org/schemas/mfd/xylon,logicvc.yaml#
$schema: "http://devicetree.org/meta-schemas/core.yaml#" $schema: http://devicetree.org/meta-schemas/core.yaml#
title: Xylon LogiCVC multi-function device title: Xylon LogiCVC multi-function device
......
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