Commit dc6d0461 authored by Markuss Broks's avatar Markuss Broks Committed by Mark Brown

regulator: sm5703: Correct reference to the common regulator schema

The correct file name is regulator.yaml, not regulators.yaml.
Signed-off-by: default avatarMarkuss Broks <markuss.broks@gmail.com>
Link: https://lore.kernel.org/r/20220429120914.9928-1-markuss.broks@gmail.comSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent e8858ba8
...@@ -19,14 +19,14 @@ description: | ...@@ -19,14 +19,14 @@ description: |
properties: properties:
buck: buck:
type: object type: object
$ref: regulators.yaml# $ref: regulator.yaml#
unevaluatedProperties: false unevaluatedProperties: false
description: description:
Properties for the BUCK regulator. Properties for the BUCK regulator.
vbus: vbus:
type: object type: object
$ref: regulators.yaml# $ref: regulator.yaml#
unevaluatedProperties: false unevaluatedProperties: false
description: description:
Properties for the VBUS regulator. Properties for the VBUS regulator.
...@@ -34,14 +34,14 @@ properties: ...@@ -34,14 +34,14 @@ properties:
patternProperties: patternProperties:
"^ldo[1-3]$": "^ldo[1-3]$":
type: object type: object
$ref: regulators.yaml# $ref: regulator.yaml#
unevaluatedProperties: false unevaluatedProperties: false
description: description:
Properties for single LDO regulator. Properties for single LDO regulator.
"^usbldo[1-2]$": "^usbldo[1-2]$":
type: object type: object
$ref: regulators.yaml# $ref: regulator.yaml#
unevaluatedProperties: false unevaluatedProperties: false
description: description:
Properties for a single USBLDO regulator. Properties for a single USBLDO regulator.
......
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