Skip to content

Commit dc6d046

Browse files
nergzd723broonie
authored andcommitted
regulator: sm5703: Correct reference to the common regulator schema
The correct file name is regulator.yaml, not regulators.yaml. Signed-off-by: Markuss Broks <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent e8858ba commit dc6d046

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Documentation/devicetree/bindings/regulator/siliconmitus,sm5703-regulator.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,29 +19,29 @@ description: |
1919
properties:
2020
buck:
2121
type: object
22-
$ref: regulators.yaml#
22+
$ref: regulator.yaml#
2323
unevaluatedProperties: false
2424
description:
2525
Properties for the BUCK regulator.
2626

2727
vbus:
2828
type: object
29-
$ref: regulators.yaml#
29+
$ref: regulator.yaml#
3030
unevaluatedProperties: false
3131
description:
3232
Properties for the VBUS regulator.
3333

3434
patternProperties:
3535
"^ldo[1-3]$":
3636
type: object
37-
$ref: regulators.yaml#
37+
$ref: regulator.yaml#
3838
unevaluatedProperties: false
3939
description:
4040
Properties for single LDO regulator.
4141

4242
"^usbldo[1-2]$":
4343
type: object
44-
$ref: regulators.yaml#
44+
$ref: regulator.yaml#
4545
unevaluatedProperties: false
4646
description:
4747
Properties for a single USBLDO regulator.

0 commit comments

Comments
 (0)