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,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: e22943e32e1f 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>

authored by

AngeloGioacchino Del Regno and committed by
Rob Herring (Arm)
41663b33 8e0118a7

+7
+7
Documentation/devicetree/bindings/regulator/mediatek,mt6332-regulator.yaml
··· 15 15 buck-<name> and ldo-<name>. 16 16 MT6332 regulators node should be sub node of the MT6397 MFD node. 17 17 18 + properties: 19 + compatible: 20 + const: mediatek,mt6332-regulator 21 + 18 22 patternProperties: 19 23 "^buck-v(dram|dvfs2|pa|rf18a|rf18b|sbst)$": 20 24 type: object ··· 39 35 pattern: "^v(bif28|dig18|sram|usb33)$" 40 36 41 37 unevaluatedProperties: false 38 + 39 + required: 40 + - compatible 42 41 43 42 additionalProperties: false 44 43