Skip to content

Commit 433d548

Browse files
jtornosmmmind
authored andcommitted
arm64: dts: rockchip: regulator for sd needs to be always on for BPI-R2Pro
With default dts configuration for BPI-R2Pro, the regulator for sd card is powered off when reboot is commanded, and the only solution to detect the sd card again, and therefore, allow rebooting from there, is to do a hardware reset. Configure the regulator for sd to be always on for BPI-R2Pro in order to avoid this issue. Fixes: f901aaa ("arm64: dts: rockchip: Add Bananapi R2 Pro") Signed-off-by: Jose Ignacio Tornos Martinez <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
1 parent d41201c commit 433d548

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/arm64/boot/dts/rockchip/rk3568-bpi-r2-pro.dts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,8 @@
416416

417417
vccio_sd: LDO_REG5 {
418418
regulator-name = "vccio_sd";
419+
regulator-always-on;
420+
regulator-boot-on;
419421
regulator-min-microvolt = <1800000>;
420422
regulator-max-microvolt = <3300000>;
421423

0 commit comments

Comments
 (0)