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

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.com


Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent e8858ba8
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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.