Commit 579f52f6 authored by Joshua Watt's avatar Joshua Watt Committed by Heiko Stuebner

ARM: dts: rockchip: Keep rk3288-tinker SD card IO powered during reboot

IO voltage regulator for the SD card must be kept on all the time,
otherwise when the board reboots the SD card can't be read by the
bootloader.
Signed-off-by: default avatarJoshua Watt <JPEWhacker@gmail.com>
Link: https://lore.kernel.org/r/20200219204224.34154-1-JPEWhacker@gmail.comSigned-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 5b9870ac
...@@ -276,6 +276,7 @@ regulator-state-mem { ...@@ -276,6 +276,7 @@ regulator-state-mem {
}; };
vccio_sd: LDO_REG5 { vccio_sd: LDO_REG5 {
regulator-always-on;
regulator-boot-on; regulator-boot-on;
regulator-min-microvolt = <1800000>; regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <3300000>; regulator-max-microvolt = <3300000>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment