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: |
properties:
buck:
type: object
$ref: regulators.yaml#
$ref: regulator.yaml#
unevaluatedProperties: false
description:
Properties for the BUCK regulator.
vbus:
type: object
$ref: regulators.yaml#
$ref: regulator.yaml#
unevaluatedProperties: false
description:
Properties for the VBUS regulator.
......@@ -34,14 +34,14 @@ properties:
patternProperties:
"^ldo[1-3]$":
type: object
$ref: regulators.yaml#
$ref: regulator.yaml#
unevaluatedProperties: false
description:
Properties for single LDO regulator.
"^usbldo[1-2]$":
type: object
$ref: regulators.yaml#
$ref: regulator.yaml#
unevaluatedProperties: false
description:
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