Skip to content

Commit 98c3f4a

Browse files
committed
arm64: dts: rockchip: Drop regulator-init-microvolt from two boards
rk3568-roc-pc and rk3588-toybrick-x0 re-introduced this property despite previous patches removing older instances already. regulator-init-microvolt is not part of any regulator binding and is only used in the Rockchip vendor kernel. So drop it. It is used by u-boot in some places to setup initial regulator-state, but that should happen in the existing -u-boot devicetree additions. Fixes: 007b4bb ("arm64: dts: rockchip: add dts for Firefly Station P2 aka rk3568-roc-pc") Cc: Furkan Kardame <[email protected]> Fixes: 8ffe365 ("arm64: dts: rockchip: Add devicetree support for TB-RK3588X board") Cc: Elon Zhang <[email protected]> Reviewed-by: Dragan Simic <[email protected]> Signed-off-by: Heiko Stuebner <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
1 parent f94b934 commit 98c3f4a

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

arch/arm64/boot/dts/rockchip/rk3568-roc-pc.dts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,6 @@
272272
regulator-name = "vdd_logic";
273273
regulator-always-on;
274274
regulator-boot-on;
275-
regulator-init-microvolt = <900000>;
276275
regulator-initial-mode = <0x2>;
277276
regulator-min-microvolt = <500000>;
278277
regulator-max-microvolt = <1350000>;
@@ -285,7 +284,6 @@
285284

286285
vdd_gpu: DCDC_REG2 {
287286
regulator-name = "vdd_gpu";
288-
regulator-init-microvolt = <900000>;
289287
regulator-initial-mode = <0x2>;
290288
regulator-min-microvolt = <500000>;
291289
regulator-max-microvolt = <1350000>;
@@ -309,7 +307,6 @@
309307

310308
vdd_npu: DCDC_REG4 {
311309
regulator-name = "vdd_npu";
312-
regulator-init-microvolt = <900000>;
313310
regulator-initial-mode = <0x2>;
314311
regulator-min-microvolt = <500000>;
315312
regulator-max-microvolt = <1350000>;

arch/arm64/boot/dts/rockchip/rk3588-toybrick-x0.dts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,6 @@
428428
regulator-boot-on;
429429
regulator-min-microvolt = <550000>;
430430
regulator-max-microvolt = <950000>;
431-
regulator-init-microvolt = <750000>;
432431
regulator-ramp-delay = <12500>;
433432

434433
regulator-state-mem {

0 commit comments

Comments
 (0)