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: firmware: google,gs101-acpm-ipc: convert regulators to lowercase

Using lowercase for the buck and ldo nodenames is preferred, as
evidenced e.g. in [1].

Convert the example here to lowercase before we add any bindings
describing the s2mpg1x regulators that will enforce the spelling.

Link: https://lore.kernel.org/all/20250223-mysterious-infrared-civet-e5bcbf@krzk-bin/ [1]
Acked-by: Rob Herring (Arm) <robh@kernel.org>
Signed-off-by: André Draszik <andre.draszik@linaro.org>
Link: https://patch.msgid.link/20260122-s2mpg1x-regulators-v7-1-3b1f9831fffd@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

André Draszik and committed by
Mark Brown
e4691f35 3a17ba65

+2 -2
+2 -2
Documentation/devicetree/bindings/firmware/google,gs101-acpm-ipc.yaml
··· 75 75 interrupts-extended = <&gpa0 6 IRQ_TYPE_LEVEL_LOW>; 76 76 77 77 regulators { 78 - LDO1 { 78 + ldo1m { 79 79 regulator-name = "vdd_ldo1"; 80 80 regulator-min-microvolt = <700000>; 81 81 regulator-max-microvolt = <1300000>; ··· 84 84 85 85 // ... 86 86 87 - BUCK1 { 87 + buck8m { 88 88 regulator-name = "vdd_mif"; 89 89 regulator-min-microvolt = <450000>; 90 90 regulator-max-microvolt = <1300000>;