Skip to content

Commit cff5c89

Browse files
robherringbroonie
authored andcommitted
regulator: dt-bindings: 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 <robh@kernel.org> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20230317233616.3968003-1-robh@kernel.org Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 691c1fc commit cff5c89

36 files changed

Lines changed: 97 additions & 97 deletions

Documentation/devicetree/bindings/regulator/anatop-regulator.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ maintainers:
1010
- Ying-Chun Liu (PaulLiu) <paul.liu@linaro.org>
1111

1212
allOf:
13-
- $ref: "regulator.yaml#"
13+
- $ref: regulator.yaml#
1414

1515
properties:
1616
compatible:
@@ -19,43 +19,43 @@ properties:
1919
regulator-name: true
2020

2121
anatop-reg-offset:
22-
$ref: '/schemas/types.yaml#/definitions/uint32'
22+
$ref: /schemas/types.yaml#/definitions/uint32
2323
description: u32 value representing the anatop MFD register offset.
2424

2525
anatop-vol-bit-shift:
26-
$ref: '/schemas/types.yaml#/definitions/uint32'
26+
$ref: /schemas/types.yaml#/definitions/uint32
2727
description: u32 value representing the bit shift for the register.
2828

2929
anatop-vol-bit-width:
30-
$ref: '/schemas/types.yaml#/definitions/uint32'
30+
$ref: /schemas/types.yaml#/definitions/uint32
3131
description: u32 value representing the number of bits used in the register.
3232

3333
anatop-min-bit-val:
34-
$ref: '/schemas/types.yaml#/definitions/uint32'
34+
$ref: /schemas/types.yaml#/definitions/uint32
3535
description: u32 value representing the minimum value of this register.
3636

3737
anatop-min-voltage:
38-
$ref: '/schemas/types.yaml#/definitions/uint32'
38+
$ref: /schemas/types.yaml#/definitions/uint32
3939
description: u32 value representing the minimum voltage of this regulator.
4040

4141
anatop-max-voltage:
42-
$ref: '/schemas/types.yaml#/definitions/uint32'
42+
$ref: /schemas/types.yaml#/definitions/uint32
4343
description: u32 value representing the maximum voltage of this regulator.
4444

4545
anatop-delay-reg-offset:
46-
$ref: '/schemas/types.yaml#/definitions/uint32'
46+
$ref: /schemas/types.yaml#/definitions/uint32
4747
description: u32 value representing the anatop MFD step time register offset.
4848

4949
anatop-delay-bit-shift:
50-
$ref: '/schemas/types.yaml#/definitions/uint32'
50+
$ref: /schemas/types.yaml#/definitions/uint32
5151
description: u32 value representing the bit shift for the step time register.
5252

5353
anatop-delay-bit-width:
54-
$ref: '/schemas/types.yaml#/definitions/uint32'
54+
$ref: /schemas/types.yaml#/definitions/uint32
5555
description: u32 value representing the number of bits used in the step time register.
5656

5757
anatop-enable-bit:
58-
$ref: '/schemas/types.yaml#/definitions/uint32'
58+
$ref: /schemas/types.yaml#/definitions/uint32
5959
description: u32 value representing regulator enable bit offset.
6060

6161
vin-supply:

Documentation/devicetree/bindings/regulator/dlg,da9121.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ properties:
109109
description: Specify a valid GPIO for platform control of the regulator
110110

111111
dlg,ripple-cancel:
112-
$ref: "/schemas/types.yaml#/definitions/uint32"
112+
$ref: /schemas/types.yaml#/definitions/uint32
113113
enum: [ 0, 1, 2, 3 ]
114114
description: |
115115
Defined in include/dt-bindings/regulator/dlg,da9121-regulator.h

Documentation/devicetree/bindings/regulator/fixed-regulator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ description:
1717
to be the same.
1818

1919
allOf:
20-
- $ref: "regulator.yaml#"
20+
- $ref: regulator.yaml#
2121
- if:
2222
properties:
2323
compatible:

Documentation/devicetree/bindings/regulator/google,cros-ec-regulator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ description:
1414
regulator.yaml, can also be used.
1515

1616
allOf:
17-
- $ref: "regulator.yaml#"
17+
- $ref: regulator.yaml#
1818

1919
properties:
2020
compatible:

Documentation/devicetree/bindings/regulator/gpio-regulator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ description:
1515
regulator.txt, can also be used.
1616

1717
allOf:
18-
- $ref: "regulator.yaml#"
18+
- $ref: regulator.yaml#
1919

2020
properties:
2121
compatible:

Documentation/devicetree/bindings/regulator/max77650-regulator.yaml

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

2626
patternProperties:
2727
"^regulator-(ldo|sbb[0-2])$":
28-
$ref: "regulator.yaml#"
28+
$ref: regulator.yaml#
2929
unevaluatedProperties: false
3030

3131
required:

Documentation/devicetree/bindings/regulator/max8660.yaml

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

2626
patternProperties:
2727
"^regulator-.+$":
28-
$ref: "regulator.yaml#"
28+
$ref: regulator.yaml#
2929
unevaluatedProperties: false
3030

3131
additionalProperties: false

Documentation/devicetree/bindings/regulator/max8893.yaml

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

2626
patternProperties:
2727
"^(ldo[1-5]|buck)$":
28-
$ref: "regulator.yaml#"
28+
$ref: regulator.yaml#
2929

3030
additionalProperties: false
3131

Documentation/devicetree/bindings/regulator/mediatek,mt6331-regulator.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ description: |
1818
patternProperties:
1919
"^buck-v(core2|io18|dvfs11|dvfs12|dvfs13|dvfs14)$":
2020
type: object
21-
$ref: "regulator.yaml#"
21+
$ref: regulator.yaml#
2222

2323
properties:
2424
regulator-name:
@@ -28,7 +28,7 @@ patternProperties:
2828

2929
"^ldo-v(avdd32aud|auxa32)$":
3030
type: object
31-
$ref: "regulator.yaml#"
31+
$ref: regulator.yaml#
3232

3333
properties:
3434
regulator-name:
@@ -38,7 +38,7 @@ patternProperties:
3838

3939
"^ldo-v(dig18|emc33|ibr|mc|mch|mipi|rtc|sram|usb10)$":
4040
type: object
41-
$ref: "regulator.yaml#"
41+
$ref: regulator.yaml#
4242

4343
properties:
4444
regulator-name:
@@ -48,7 +48,7 @@ patternProperties:
4848

4949
"^ldo-vcam(a|af|d|io)$":
5050
type: object
51-
$ref: "regulator.yaml#"
51+
$ref: regulator.yaml#
5252

5353
properties:
5454
regulator-name:
@@ -58,7 +58,7 @@ patternProperties:
5858

5959
"^ldo-vtcxo[12]$":
6060
type: object
61-
$ref: "regulator.yaml#"
61+
$ref: regulator.yaml#
6262

6363
properties:
6464
regulator-name:
@@ -71,7 +71,7 @@ patternProperties:
7171

7272
"^ldo-vgp[1234]$":
7373
type: object
74-
$ref: "regulator.yaml#"
74+
$ref: regulator.yaml#
7575

7676
properties:
7777
regulator-name:

Documentation/devicetree/bindings/regulator/mediatek,mt6332-regulator.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ description: |
1818
patternProperties:
1919
"^buck-v(dram|dvfs2|pa|rf18a|rf18b|sbst)$":
2020
type: object
21-
$ref: "regulator.yaml#"
21+
$ref: regulator.yaml#
2222

2323
properties:
2424
regulator-name:
@@ -28,7 +28,7 @@ patternProperties:
2828

2929
"^ldo-v(bif28|dig18|sram|usb33)$":
3030
type: object
31-
$ref: "regulator.yaml#"
31+
$ref: regulator.yaml#
3232

3333
properties:
3434
regulator-name:

0 commit comments

Comments
 (0)