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>
This commit is contained in:
Markuss Broks 2022-04-29 15:09:14 +03:00 committed by Mark Brown
parent e8858ba89c
commit dc6d04619e
No known key found for this signature in database
GPG Key ID: 24D68B725D5487D0
1 changed files with 4 additions and 4 deletions

View File

@ -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:
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.