Unverified Commit 7631a0c5 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Mark Brown
Browse files

regulator: dt-bindings: active-semi,act8846: correct supplies



Regulator supplies are per-device, not per regulator, so they are
expected to be present in device node.  Moving them to proper place
allows to simplify a lot, because now none of the regulators differ.

This also fixes dtbs_check warnings like:

  rk3368-evb-act8846.dtb: act8846@5a: 'inl1-supply', 'inl2-supply', 'inl3-supply', 'vp1-supply',
    'vp2-supply', 'vp3-supply', 'vp4-supply' do not match any of the regexes: 'pinctrl-[0-9]+'

Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20230725124629.150113-3-krzysztof.kozlowski@linaro.org


Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent e5481cc4
Loading
Loading
Loading
Loading
+18 −56
Original line number Diff line number Diff line
@@ -28,75 +28,37 @@ properties:
      the VSEL pin is assumed to be low.
    type: boolean

  regulators:
    type: object
    additionalProperties: false
  inl1-supply:
    description: Handle to the INL1 input supply (REG5-7)

    properties:
      REG1:
        type: object
        $ref: /schemas/regulator/regulator.yaml#
        unevaluatedProperties: false
  inl2-supply:
    description: Handle to the INL2 input supply (REG8-9)

        properties:
          vp1-supply:
            description: Handle to the VP1 input supply
  inl3-supply:
    description: Handle to the INL3 input supply (REG10-12)

      REG2:
        type: object
        $ref: /schemas/regulator/regulator.yaml#
        unevaluatedProperties: false
  vp1-supply:
    description: Handle to the VP1 input supply (REG1)

        properties:
  vp2-supply:
            description: Handle to the VP2 input supply
    description: Handle to the VP2 input supply (REG2)

      REG3:
        type: object
        $ref: /schemas/regulator/regulator.yaml#
        unevaluatedProperties: false

        properties:
  vp3-supply:
            description: Handle to the VP3 input supply

      REG4:
        type: object
        $ref: /schemas/regulator/regulator.yaml#
        unevaluatedProperties: false
    description: Handle to the VP3 input supply (REG3)

        properties:
  vp4-supply:
            description: Handle to the VP4 input supply

    patternProperties:
      "^REG[5-7]$":
        type: object
        $ref: /schemas/regulator/regulator.yaml#
        unevaluatedProperties: false

        properties:
          inl1-supply:
            description: Handle to the INL1 input supply
    description: Handle to the VP4 input supply (REG4)

      "^REG[8-9]$":
  regulators:
    type: object
        $ref: /schemas/regulator/regulator.yaml#
        unevaluatedProperties: false

        properties:
          inl2-supply:
            description: Handle to the INL2 input supply
    additionalProperties: false

      "^REG1[0-2]$":
    patternProperties:
      "^REG([1-9]|1[0-2])$":
        type: object
        $ref: /schemas/regulator/regulator.yaml#
        unevaluatedProperties: false

        properties:
          inl3-supply:
            description: Handle to the INL3 input supply

additionalProperties: false

required: