Skip to content

Commit 1a8493e

Browse files
AngeloGioacchino Del Regnorobherring
authored andcommitted
dt-bindings: regulator: mediatek,mt6331: Add missing compatible
This binding had no compatible and for this reason would not be applied to anything: add the missing "mediatek,mt6331-regulator" comaptible. Fixes: 6385e21 ("regulator: Add bindings for MT6331 regulator") Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Acked-by: Rob Herring (Arm) <robh@kernel.org> Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
1 parent e29e64f commit 1a8493e

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Documentation/devicetree/bindings/regulator/mediatek,mt6331-regulator.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ description: |
1515
buck-<name> and ldo-<name>.
1616
MT6331 regulators node should be sub node of the MT6397 MFD node.
1717
18+
properties:
19+
compatible:
20+
const: mediatek,mt6331-regulator
21+
1822
patternProperties:
1923
"^buck-v(core2|io18|dvfs11|dvfs12|dvfs13|dvfs14)$":
2024
type: object
@@ -82,6 +86,9 @@ patternProperties:
8286

8387
unevaluatedProperties: false
8488

89+
required:
90+
- compatible
91+
8592
additionalProperties: false
8693

8794
examples:

0 commit comments

Comments
 (0)