Skip to content

Commit 41663b3

Browse files
AngeloGioacchino Del Regnorobherring
authored andcommitted
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: e22943e regulator: ("Add bindings for MT6332 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 8e0118a commit 41663b3

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Documentation/devicetree/bindings/regulator/mediatek,mt6332-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
MT6332 regulators node should be sub node of the MT6397 MFD node.
1717
18+
properties:
19+
compatible:
20+
const: mediatek,mt6332-regulator
21+
1822
patternProperties:
1923
"^buck-v(dram|dvfs2|pa|rf18a|rf18b|sbst)$":
2024
type: object
@@ -36,6 +40,9 @@ patternProperties:
3640

3741
unevaluatedProperties: false
3842

43+
required:
44+
- compatible
45+
3946
additionalProperties: false
4047

4148
examples:

0 commit comments

Comments
 (0)