Commit 41663b33 authored by AngeloGioacchino Del Regno's avatar AngeloGioacchino Del Regno Committed by Rob Herring (Arm)
Browse files

dt-bindings: regulator: mediatek,mt6332-regulator: Add missing compatible



This binding had no compatible and for this reason would not be
applied to anything: add the missing "mediatek,mt6332-regulator"
compatible.

Fixes: e22943e3 regulator: ("Add bindings for MT6332 regulator")
Signed-off-by: default avatarAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Acked-by: default avatarRob Herring (Arm) <robh@kernel.org>
Signed-off-by: default avatarRob Herring (Arm) <robh@kernel.org>
parent 8e0118a7
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -15,6 +15,10 @@ description: |
  buck-<name> and ldo-<name>.
  MT6332 regulators node should be sub node of the MT6397 MFD node.

properties:
  compatible:
    const: mediatek,mt6332-regulator

patternProperties:
  "^buck-v(dram|dvfs2|pa|rf18a|rf18b|sbst)$":
    type: object
@@ -36,6 +40,9 @@ patternProperties:

    unevaluatedProperties: false

required:
  - compatible

additionalProperties: false

examples: