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.

regulator: dt-bindings: mt6358: Add regulator supplies

The MT6358 PMIC has various regulator power supply pins that should be
supplied from external power sources or routed from one of its outputs.

Add these regulator supplies to the binding. The names are the actual
names from the datasheet, with hyphens replacing underscores.

Signed-off-by: Chen-Yu Tsai <wenst@chromium.org>
Reviewed-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20230928085537.3246669-5-wenst@chromium.org
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Chen-Yu Tsai and committed by
Mark Brown
2f384e60 0bf4b56b

+34
+34
Documentation/devicetree/bindings/regulator/mediatek,mt6358-regulator.yaml
··· 34 34 regulator-allowed-modes: false 35 35 unevaluatedProperties: false 36 36 37 + vsys-ldo1-supply: 38 + description: Supply for LDOs vfe28, vxo22, vcn28, vaux18, vaud28, vsim1, vusb, vbif28 39 + vsys-ldo2-supply: 40 + description: Supply for LDOs vldo28, vio28, vmc, vmch, vsim2 41 + vsys-ldo3-supply: 42 + description: Supply for LDOs vcn33, vcama1, vcama2, vemc, vibr 43 + vsys-vcore-supply: 44 + description: Supply for buck regulator vcore 45 + vsys-vdram1-supply: 46 + description: Supply for buck regulator vdram1 47 + vsys-vgpu-supply: 48 + description: Supply for buck regulator vgpu 49 + vsys-vmodem-supply: 50 + description: Supply for buck regulator vmodem 51 + vsys-vpa-supply: 52 + description: Supply for buck regulator vpa 53 + vsys-vproc11-supply: 54 + description: Supply for buck regulator vproc11 55 + vsys-vproc12-supply: 56 + description: Supply for buck regulator vproc12 57 + vsys-vs1-supply: 58 + description: Supply for buck regulator vs1 59 + vsys-vs2-supply: 60 + description: Supply for buck regulator vs2 61 + vs1-ldo1-supply: 62 + description: Supply for LDOs vrf18, vefuse, vcn18, vcamio, vio18 63 + vs2-ldo1-supply: 64 + description: Supply for LDOs vdram2 65 + vs2-ldo2-supply: 66 + description: Supply for LDOs vrf12, va12 67 + vs2-ldo3-supply: 68 + description: Supply for LDOs vsram-gpu, vsram-others, vsram-proc11, vsram-proc12 69 + vs2-ldo4-supply: 70 + description: Supply for LDO vcamd 37 71 38 72 patternProperties: 39 73 "^buck_v(core|dram1|gpu|modem|pa|proc1[12]|s[12])$":