Linux-Devicetree Archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: rockchip: Increase maximal SDIO voltage to 3.3 V
@ 2021-05-10  6:54 Uwe Kleine-König
  2021-05-10  9:03 ` Uwe Kleine-König
  0 siblings, 1 reply; 2+ messages in thread
From: Uwe Kleine-König @ 2021-05-10  6:54 UTC (permalink / raw
  To: Heiko Stuebner; +Cc: Rob Herring, devicetree, linux-rockchip, Aditya Prayoga

While comparing the vendor dts with the one added in v5.11-rc1 I noticed
that the vendor dts specified 3.3 V which matches the SDIO specification.

So fix the sdio regulator to provide (up to) 3.3 V.

Signed-off-by: Uwe Kleine-König <uwe@kleine-koenig.org>
---
 arch/arm64/boot/dts/rockchip/rk3399-kobol-helios64.dts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm64/boot/dts/rockchip/rk3399-kobol-helios64.dts b/arch/arm64/boot/dts/rockchip/rk3399-kobol-helios64.dts
index 19485b552bc4..39a1d276bd05 100644
--- a/arch/arm64/boot/dts/rockchip/rk3399-kobol-helios64.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3399-kobol-helios64.dts
@@ -256,11 +256,11 @@ vcc_sdio_s0: LDO_REG4 {
 				regulator-always-on;
 				regulator-boot-on;
 				regulator-min-microvolt = <1800000>;
-				regulator-max-microvolt = <3000000>;
+				regulator-max-microvolt = <3300000>;
 
 				regulator-state-mem {
 					regulator-on-in-suspend;
-					regulator-suspend-microvolt = <3000000>;
+					regulator-suspend-microvolt = <3300000>;
 				};
 			};
 
-- 
2.30.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] arm64: dts: rockchip: Increase maximal SDIO voltage to 3.3 V
  2021-05-10  6:54 [PATCH] arm64: dts: rockchip: Increase maximal SDIO voltage to 3.3 V Uwe Kleine-König
@ 2021-05-10  9:03 ` Uwe Kleine-König
  0 siblings, 0 replies; 2+ messages in thread
From: Uwe Kleine-König @ 2021-05-10  9:03 UTC (permalink / raw
  To: Heiko Stuebner; +Cc: Rob Herring, devicetree, linux-rockchip, Aditya Prayoga


[-- Attachment #1.1: Type: text/plain, Size: 478 bytes --]

Hello,

On 5/10/21 8:54 AM, Uwe Kleine-König wrote:
> While comparing the vendor dts with the one added in v5.11-rc1 I noticed
> that the vendor dts specified 3.3 V which matches the SDIO specification.
> 
> So fix the sdio regulator to provide (up to) 3.3 V.
> 
> Signed-off-by: Uwe Kleine-König <uwe@kleine-koenig.org>

hups, sorry, fat fingers. This patch is wrong, I planned to send out a 
different patch. Please just discard this one.

Best regards
Uwe


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-05-10  9:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-10  6:54 [PATCH] arm64: dts: rockchip: Increase maximal SDIO voltage to 3.3 V Uwe Kleine-König
2021-05-10  9:03 ` Uwe Kleine-König

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).