git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e3b37d
)
arm: dts: rockchip: Set init-microvolt for pwm-regulators on Radxa E20C
author
Jonas Karlman
<jonas@kwiboo.se>
Wed, 30 Jul 2025 23:52:44 +0000
(23:52 +0000)
committer
Kever Yang
<kever.yang@rock-chips.com>
Sat, 30 Aug 2025 15:26:08 +0000
(23:26 +0800)
Radxa E20C has two main pwm-regulators, vdd_arm and vdd_logic.
Add init-microvolt props to ensure the regulators are initialized at
the recommended power-on sequence voltage instead of at max voltage.
Signed-off-by: Jonas Karlman <jonas@kwiboo.se>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
arch/arm/dts/rk3528-radxa-e20c-u-boot.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/dts/rk3528-radxa-e20c-u-boot.dtsi
b/arch/arm/dts/rk3528-radxa-e20c-u-boot.dtsi
index
05a58c1
..
16c47e6
100644
(file)
--- a/
arch/arm/dts/rk3528-radxa-e20c-u-boot.dtsi
+++ b/
arch/arm/dts/rk3528-radxa-e20c-u-boot.dtsi
@@
-5,3
+5,11
@@
&sdhci {
mmc-hs200-1_8v;
};
+
+&vdd_arm {
+ regulator-init-microvolt = <953000>;
+};
+
+&vdd_logic {
+ regulator-init-microvolt = <900000>;
+};