Skip to content

Commit 4438a20

Browse files
moonlinuxKelsey Skunberg
authored andcommitted
ARM: dts: meson8b: mxq: Fix the pwm regulator supply properties
BugLink: https://bugs.launchpad.net/bugs/1946024 [ Upstream commit 632062e ] After enabling CONFIG_REGULATOR_DEBUG=y we observer below debug logs. Changes help link VCCK and VDDEE pwm regulator to 5V regulator supply instead of dummy regulator. Add missing pwm-supply for regulator-vcck regulator node. [ 7.117140] pwm-regulator regulator-vcck: Looking up pwm-supply from device tree [ 7.117153] pwm-regulator regulator-vcck: Looking up pwm-supply property in node /regulator-vcck failed [ 7.117184] VCCK: supplied by regulator-dummy [ 7.117194] regulator-dummy: could not add device link regulator.8: -ENOENT [ 7.117266] VCCK: 860 <--> 1140 mV at 986 mV, enabled [ 7.118498] VDDEE: will resolve supply early: pwm [ 7.118515] pwm-regulator regulator-vddee: Looking up pwm-supply from device tree [ 7.118526] pwm-regulator regulator-vddee: Looking up pwm-supply property in node /regulator-vddee failed [ 7.118553] VDDEE: supplied by regulator-dummy [ 7.118563] regulator-dummy: could not add device link regulator.9: -ENOENT Fixes: dee51cd ("ARM: dts: meson8b: mxq: add the VDDEE regulator") Fixes: d94f60e ("ARM: dts: meson8b: mxq: improve support for the TRONFY MXQ S805") Cc: Martin Blumenstingl <martin.blumenstingl@googlemail.com> Signed-off-by: Anand Moon <linux.amoon@gmail.com> Reviewed-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> Link: https://lore.kernel.org/r/20210705112358.3554-3-linux.amoon@gmail.com Signed-off-by: Sasha Levin <sashal@kernel.org> Signed-off-by: Kamal Mostafa <kamal@canonical.com> Signed-off-by: Kelsey Skunberg <kelsey.skunberg@canonical.com>
1 parent dbcc4a9 commit 4438a20

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

arch/arm/boot/dts/meson8b-mxq.dts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@
3939
regulator-min-microvolt = <860000>;
4040
regulator-max-microvolt = <1140000>;
4141

42+
pwm-supply = <&vcc_5v>;
43+
4244
pwms = <&pwm_cd 0 1148 0>;
4345
pwm-dutycycle-range = <100 0>;
4446

@@ -84,7 +86,7 @@
8486
regulator-min-microvolt = <860000>;
8587
regulator-max-microvolt = <1140000>;
8688

87-
vin-supply = <&vcc_5v>;
89+
pwm-supply = <&vcc_5v>;
8890

8991
pwms = <&pwm_cd 1 1148 0>;
9092
pwm-dutycycle-range = <100 0>;

0 commit comments

Comments
 (0)