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: Fix various regulator names

This binding was never applied to anything because it misses the
compatible, hence any mistake in it got unnoticed.

Before adding the compatible to let it apply, fix the names and
the node names of various regulators.

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)
e29e64fb 41663b33

+6 -6
+6 -6
Documentation/devicetree/bindings/regulator/mediatek,mt6331-regulator.yaml
··· 26 26 27 27 unevaluatedProperties: false 28 28 29 - "^ldo-v(avdd32aud|auxa32)$": 29 + "^ldo-(avdd32aud|vauxa32)$": 30 30 type: object 31 31 $ref: regulator.yaml# 32 32 33 33 properties: 34 34 regulator-name: 35 - pattern: "^v(avdd32aud|auxa32)$" 35 + pattern: "^(avdd32_aud|vauxa32)$" 36 36 37 37 unevaluatedProperties: false 38 38 39 - "^ldo-v(dig18|emc33|ibr|mc|mch|mipi|rtc|sram|usb10)$": 39 + "^ldo-v(dig18|emc33|ibr|mc|mch|mipi|rtc|sim1|sim2|sram|usb10)$": 40 40 type: object 41 41 $ref: regulator.yaml# 42 42 43 43 properties: 44 44 regulator-name: 45 - pattern: "^v(dig18|emc33|ibr|mc|mch|mipi|rtc|sram|usb10)$" 45 + pattern: "^v(dig18|emc33|ibr|mc|mch|mipi|rtc|sim1|sim2|sram|usb)$" 46 46 47 47 unevaluatedProperties: false 48 48 ··· 52 52 53 53 properties: 54 54 regulator-name: 55 - pattern: "^vcam(a|af|d|io)$" 55 + pattern: "^vcam(a|_af|d|io)$" 56 56 57 57 unevaluatedProperties: false 58 58 ··· 75 75 76 76 properties: 77 77 regulator-name: 78 - pattern: "^vgp[12]$" 78 + pattern: "^vgp[1234]$" 79 79 80 80 required: 81 81 - regulator-name