* [PATCH] ARM: dts: helios4: fix lm75 supply name
@ 2026-08-23 23:43 Rosen Penev
2026-08-28 10:37 ` Gregory CLEMENT
0 siblings, 1 reply; 3+ messages in thread
From: Rosen Penev @ 2026-08-23 23:43 UTC (permalink / raw)
To: devicetree
Cc: Andrew Lunn, Gregory Clement, Sebastian Hesselbarth, Rob Herring,
Krzysztof Kozlowski, Conor Dooley, Dennis Gilmore,
moderated list:ARM/Marvell Kirkwood and Armada 370, 375, 38x,...,
open list
The lm75 driver requests a regulator named "vs" (the +VS power pin
of the chip). The Helios4 DTS incorrectly used vcc-supply instead
of vs-supply, causing the regulator core to emit:
lm75 0-004c: supply vs not found, using dummy regulator
Fix the property name to match the binding and the driver.
Fixes: ced8025b569e ("ARM: dts: armada388-helios4")
Assisted-by: opencode:big-pickle
Signed-off-by: Rosen Penev <rosenp@gmail.com>
---
arch/arm/boot/dts/marvell/armada-388-helios4.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/marvell/armada-388-helios4.dts b/arch/arm/boot/dts/marvell/armada-388-helios4.dts
index 626a7339a5d0..af96d27e7159 100644
--- a/arch/arm/boot/dts/marvell/armada-388-helios4.dts
+++ b/arch/arm/boot/dts/marvell/armada-388-helios4.dts
@@ -200,7 +200,7 @@ usb3-ilimit-hog {
temp_sensor: temp@4c {
compatible = "ti,lm75";
reg = <0x4c>;
- vcc-supply = <®_3p3v>;
+ vs-supply = <®_3p3v>;
};
eeprom@53 {
--
2.55.0
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [PATCH] ARM: dts: helios4: fix lm75 supply name
2026-08-23 23:43 [PATCH] ARM: dts: helios4: fix lm75 supply name Rosen Penev
@ 2026-08-28 10:37 ` Gregory CLEMENT
0 siblings, 0 replies; 3+ messages in thread
From: Gregory CLEMENT @ 2026-08-28 10:37 UTC (permalink / raw)
To: Rosen Penev, devicetree
Cc: Andrew Lunn, Sebastian Hesselbarth, Rob Herring,
Krzysztof Kozlowski, Conor Dooley, Dennis Gilmore,
moderated list:ARM/Marvell Kirkwood and Armada 370, 375, 38x,...,
open list
Rosen Penev <rosenp@gmail.com> writes:
> The lm75 driver requests a regulator named "vs" (the +VS power pin
> of the chip). The Helios4 DTS incorrectly used vcc-supply instead
> of vs-supply, causing the regulator core to emit:
>
> lm75 0-004c: supply vs not found, using dummy regulator
>
> Fix the property name to match the binding and the driver.
Applied on mvebu/dt
Thanks,
Gregory
>
> Fixes: ced8025b569e ("ARM: dts: armada388-helios4")
> Assisted-by: opencode:big-pickle
> Signed-off-by: Rosen Penev <rosenp@gmail.com>
> ---
> arch/arm/boot/dts/marvell/armada-388-helios4.dts | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/marvell/armada-388-helios4.dts b/arch/arm/boot/dts/marvell/armada-388-helios4.dts
> index 626a7339a5d0..af96d27e7159 100644
> --- a/arch/arm/boot/dts/marvell/armada-388-helios4.dts
> +++ b/arch/arm/boot/dts/marvell/armada-388-helios4.dts
> @@ -200,7 +200,7 @@ usb3-ilimit-hog {
> temp_sensor: temp@4c {
> compatible = "ti,lm75";
> reg = <0x4c>;
> - vcc-supply = <®_3p3v>;
> + vs-supply = <®_3p3v>;
> };
>
> eeprom@53 {
> --
> 2.55.0
>
--
Grégory CLEMENT, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH] ARM: dts: helios4: fix lm75 supply name
@ 2026-08-23 22:57 Rosen Penev
0 siblings, 0 replies; 3+ messages in thread
From: Rosen Penev @ 2026-08-23 22:57 UTC (permalink / raw)
To: devicetree
Cc: Andrew Lunn, Gregory Clement, Sebastian Hesselbarth, Rob Herring,
Krzysztof Kozlowski, Conor Dooley, Dennis Gilmore,
moderated list:ARM/Marvell Kirkwood and Armada 370, 375, 38x,...,
open list
The lm75 driver requests a regulator named "vs" (the +VS power pin
of the chip). The Helios4 DTS incorrectly used vcc-supply instead
of vs-supply, causing the regulator core to emit:
lm75 0-004c: supply vs not found, using dummy regulator
Fix the property name to match the binding and the driver.
Fixes: ced8025b569e ("ARM: dts: armada388-helios4")
Assisted-by: opencode:big-pickle
Signed-off-by: Rosen Penev <rosenp@gmail.com>
---
arch/arm/boot/dts/marvell/armada-388-helios4.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/marvell/armada-388-helios4.dts b/arch/arm/boot/dts/marvell/armada-388-helios4.dts
index 626a7339a5d0..af96d27e7159 100644
--- a/arch/arm/boot/dts/marvell/armada-388-helios4.dts
+++ b/arch/arm/boot/dts/marvell/armada-388-helios4.dts
@@ -200,7 +200,7 @@ usb3-ilimit-hog {
temp_sensor: temp@4c {
compatible = "ti,lm75";
reg = <0x4c>;
- vcc-supply = <®_3p3v>;
+ vs-supply = <®_3p3v>;
};
eeprom@53 {
--
2.55.0
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-08-28 10:37 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-23 23:43 [PATCH] ARM: dts: helios4: fix lm75 supply name Rosen Penev
2026-08-28 10:37 ` Gregory CLEMENT
-- strict thread matches above, loose matches on Subject: below --
2026-08-23 22:57 Rosen Penev
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®