Commit 18b26b15 authored by Ariel D'Alessandro's avatar Ariel D'Alessandro Committed by Rob Herring (Arm)
Browse files

dt-bindings: soc: mediatek: pwrap: Add power-domains property



Currently, the DT bindings for Mediatek PMIC Wrapper is missing the
power-domains property, which is used in the MT8173 E1 evaluation board as
it needs USB power domain.

Signed-off-by: default avatarAriel D'Alessandro <ariel.dalessandro@collabora.com>
Acked-by: default avatarRob Herring (Arm) <robh@kernel.org>
Reviewed-by: default avatarAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Signed-off-by: default avatarRob Herring (Arm) <robh@kernel.org>
parent d0b5a39a
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -98,6 +98,9 @@ properties:
      - const: pwrap
      - const: pwrap-bridge

  power-domains:
    maxItems: 1

  pmic:
    type: object

@@ -126,6 +129,18 @@ allOf:
        clock-names:
          minItems: 4

  - if:
      properties:
        compatible:
          contains:
            const: mediatek,mt8173-pwrap
    then:
      properties:
        power-domains: true
    else:
      properties:
        power-domains: false

additionalProperties: false

examples: