Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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: 6385e21692bb ("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>

authored by

AngeloGioacchino Del Regno and committed by
Rob Herring (Arm)
1a8493e0 e29e64fb

+7
+7
Documentation/devicetree/bindings/regulator/mediatek,mt6331-regulator.yaml
··· 15 15 buck-<name> and ldo-<name>. 16 16 MT6331 regulators node should be sub node of the MT6397 MFD node. 17 17 18 + properties: 19 + compatible: 20 + const: mediatek,mt6331-regulator 21 + 18 22 patternProperties: 19 23 "^buck-v(core2|io18|dvfs11|dvfs12|dvfs13|dvfs14)$": 20 24 type: object ··· 85 81 - regulator-name 86 82 87 83 unevaluatedProperties: false 84 + 85 + required: 86 + - compatible 88 87 89 88 additionalProperties: false 90 89