diff mbox series

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

Message ID 20200219204224.34154-1-JPEWhacker@gmail.com (mailing list archive)
State New, archived
Headers show
Series ARM: dts: rockchip: Keep rk3288-tinker SD card IO powered during reboot | expand

Commit Message

Joshua Watt Feb. 19, 2020, 8:42 p.m. UTC
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: Joshua Watt <JPEWhacker@gmail.com>
---
 arch/arm/boot/dts/rk3288-tinker.dtsi | 1 +
 1 file changed, 1 insertion(+)

Comments

Joshua Watt March 13, 2020, 6:38 p.m. UTC | #1
On 2/19/20 2:42 PM, Joshua Watt wrote:
> 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.

Ping?

>
> Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
> ---
>   arch/arm/boot/dts/rk3288-tinker.dtsi | 1 +
>   1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm/boot/dts/rk3288-tinker.dtsi b/arch/arm/boot/dts/rk3288-tinker.dtsi
> index 312582c1bd37..acfaa12ec239 100644
> --- a/arch/arm/boot/dts/rk3288-tinker.dtsi
> +++ b/arch/arm/boot/dts/rk3288-tinker.dtsi
> @@ -276,6 +276,7 @@
>   			};
>   
>   			vccio_sd: LDO_REG5 {
> +				regulator-always-on;
>   				regulator-boot-on;
>   				regulator-min-microvolt = <1800000>;
>   				regulator-max-microvolt = <3300000>;
Heiko Stuebner March 17, 2020, 12:27 a.m. UTC | #2
Am Mittwoch, 19. Februar 2020, 21:42:20 CET schrieb Joshua Watt:
> 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: Joshua Watt <JPEWhacker@gmail.com>

applied for 5.7

Thanks
Heiko
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/rk3288-tinker.dtsi b/arch/arm/boot/dts/rk3288-tinker.dtsi
index 312582c1bd37..acfaa12ec239 100644
--- a/arch/arm/boot/dts/rk3288-tinker.dtsi
+++ b/arch/arm/boot/dts/rk3288-tinker.dtsi
@@ -276,6 +276,7 @@ 
 			};
 
 			vccio_sd: LDO_REG5 {
+				regulator-always-on;
 				regulator-boot-on;
 				regulator-min-microvolt = <1800000>;
 				regulator-max-microvolt = <3300000>;