Skip to content

Commit eb607cd

Browse files
knaerzchemmind
authored andcommitted
arm64: dts: rockchip: Re-add regulator-always-on for vcc_sdio for rk3399-roc-pc
Re-add the regulator-always-on property for vcc_sdio which supplies sdmmc, since it gets disabled during reboot now and the bootrom expects it to be enabled when booting from SD card. This makes rebooting impossible in that case and requires a hard reset to boot again. Fixes: 04a0077 ("arm64: dts: rockchip: Remove always-on properties from regulator nodes on rk3399-roc-pc.") Signed-off-by: Alex Bee <knaerzche@gmail.com> Link: https://lore.kernel.org/r/20210619121306.7740-1-knaerzche@gmail.com Signed-off-by: Heiko Stuebner <heiko@sntech.de>
1 parent 06b2818 commit eb607cd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

arch/arm64/boot/dts/rockchip/rk3399-roc-pc.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -396,6 +396,7 @@
396396

397397
vcc_sdio: LDO_REG4 {
398398
regulator-name = "vcc_sdio";
399+
regulator-always-on;
399400
regulator-boot-on;
400401
regulator-min-microvolt = <1800000>;
401402
regulator-max-microvolt = <3000000>;

0 commit comments

Comments
 (0)