summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkuss Broks <markuss.broks@gmail.com>2022-04-29 15:09:14 +0300
committerMark Brown <broonie@kernel.org>2022-04-29 13:28:06 +0100
commitdc6d04619e62825083926929d88c94c5b6b42670 (patch)
tree4a9be65732d76699bc2a85035a4cf2c3222850ed
parente8858ba89ca377064da130d09648c99683f8bd90 (diff)
downloadlinux-stable-dc6d04619e62825083926929d88c94c5b6b42670.tar.gz
linux-stable-dc6d04619e62825083926929d88c94c5b6b42670.tar.bz2
linux-stable-dc6d04619e62825083926929d88c94c5b6b42670.zip
regulator: sm5703: Correct reference to the common regulator schema
The correct file name is regulator.yaml, not regulators.yaml. Signed-off-by: Markuss Broks <markuss.broks@gmail.com> Link: https://lore.kernel.org/r/20220429120914.9928-1-markuss.broks@gmail.com Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r--Documentation/devicetree/bindings/regulator/siliconmitus,sm5703-regulator.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/devicetree/bindings/regulator/siliconmitus,sm5703-regulator.yaml b/Documentation/devicetree/bindings/regulator/siliconmitus,sm5703-regulator.yaml
index 75ff16b58000..9d84117530ca 100644
--- a/Documentation/devicetree/bindings/regulator/siliconmitus,sm5703-regulator.yaml
+++ b/Documentation/devicetree/bindings/regulator/siliconmitus,sm5703-regulator.yaml
@@ -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.