All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] rockchip: evb-rk3399: Provide init voltage
@ 2020-12-07  2:52 Kever Yang
  2020-12-07  2:52 ` [PATCH 2/3] rockchip: firefly-rk3399: " Kever Yang
  2020-12-07  2:52 ` [PATCH 3/3] rockchip: leez-rk3399: " Kever Yang
  0 siblings, 2 replies; 3+ messages in thread
From: Kever Yang @ 2020-12-07  2:52 UTC (permalink / raw)
  To: u-boot

Add missing regulator-init-microvolt property to vdd_center regulator.

Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
---

 arch/arm/dts/rk3399-evb-u-boot.dtsi | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm/dts/rk3399-evb-u-boot.dtsi b/arch/arm/dts/rk3399-evb-u-boot.dtsi
index 8056dc843e..523ae78657 100644
--- a/arch/arm/dts/rk3399-evb-u-boot.dtsi
+++ b/arch/arm/dts/rk3399-evb-u-boot.dtsi
@@ -38,6 +38,10 @@
 	status = "okay";
 };
 
+&vdd_center {
+	regulator-init-microvolt = <900000>;
+};
+
 &sdmmc {
 	u-boot,dm-pre-reloc;
 	bus-width = <4>;
-- 
2.25.1

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

* [PATCH 2/3] rockchip: firefly-rk3399: Provide init voltage
  2020-12-07  2:52 [PATCH 1/3] rockchip: evb-rk3399: Provide init voltage Kever Yang
@ 2020-12-07  2:52 ` Kever Yang
  2020-12-07  2:52 ` [PATCH 3/3] rockchip: leez-rk3399: " Kever Yang
  1 sibling, 0 replies; 3+ messages in thread
From: Kever Yang @ 2020-12-07  2:52 UTC (permalink / raw)
  To: u-boot

Add missing regulator-init-microvolt property to vdd_log regulator.

Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
---

 arch/arm/dts/rk3399-firefly-u-boot.dtsi | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm/dts/rk3399-firefly-u-boot.dtsi b/arch/arm/dts/rk3399-firefly-u-boot.dtsi
index 38e0897db9..c58ad95d12 100644
--- a/arch/arm/dts/rk3399-firefly-u-boot.dtsi
+++ b/arch/arm/dts/rk3399-firefly-u-boot.dtsi
@@ -11,3 +11,7 @@
 		u-boot,spl-boot-order = "same-as-spl", &sdhci, &sdmmc;
 	};
 };
+
+&vdd_log {
+	regulator-init-microvolt = <950000>;
+};
-- 
2.25.1

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

* [PATCH 3/3] rockchip: leez-rk3399: Provide init voltage
  2020-12-07  2:52 [PATCH 1/3] rockchip: evb-rk3399: Provide init voltage Kever Yang
  2020-12-07  2:52 ` [PATCH 2/3] rockchip: firefly-rk3399: " Kever Yang
@ 2020-12-07  2:52 ` Kever Yang
  1 sibling, 0 replies; 3+ messages in thread
From: Kever Yang @ 2020-12-07  2:52 UTC (permalink / raw)
  To: u-boot

Add missing regulator-init-microvolt property to vdd_log regulator.

Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
---

 arch/arm/dts/rk3399-leez-p710-u-boot.dtsi | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm/dts/rk3399-leez-p710-u-boot.dtsi b/arch/arm/dts/rk3399-leez-p710-u-boot.dtsi
index f8b2a1d56e..c638ce2597 100644
--- a/arch/arm/dts/rk3399-leez-p710-u-boot.dtsi
+++ b/arch/arm/dts/rk3399-leez-p710-u-boot.dtsi
@@ -11,3 +11,7 @@
 		u-boot,spl-boot-order = "same-as-spl", &sdhci, &sdmmc;
 	};
 };
+
+&vdd_log {
+	regulator-init-microvolt = <950000>;
+};
-- 
2.25.1

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

end of thread, other threads:[~2020-12-07  2:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-07  2:52 [PATCH 1/3] rockchip: evb-rk3399: Provide init voltage Kever Yang
2020-12-07  2:52 ` [PATCH 2/3] rockchip: firefly-rk3399: " Kever Yang
2020-12-07  2:52 ` [PATCH 3/3] rockchip: leez-rk3399: " Kever Yang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.