Re: [U-Boot] [PATCH 6/7] dts: evb-rk3399: add init voltage node for vdd-center

2016-09-06 Thread Kever Yang

Hi Simon,

On 09/06/2016 09:04 AM, Simon Glass wrote:

Hi Kever,

On 29 August 2016 at 21:02, Kever Yang  wrote:

This patch add regulator-init-microvolt for pwm regulator
to get a init value when driver do probe init.

How about:

Add a regulator-init-microvolt value for the vd_center regulator so that  

(please complete the sentence - commits should explain why they are
needed if it isn't obvious)



OK, will update in next version patch.

Thanks,
- Kever

Signed-off-by: Kever Yang 
---

  arch/arm/dts/rk3399-evb.dts | 1 +
  1 file changed, 1 insertion(+)

diff --git a/arch/arm/dts/rk3399-evb.dts b/arch/arm/dts/rk3399-evb.dts
index bd7801b..fa60e19 100644
--- a/arch/arm/dts/rk3399-evb.dts
+++ b/arch/arm/dts/rk3399-evb.dts
@@ -23,6 +23,7 @@
 regulator-name = "vdd_center";
 regulator-min-microvolt = <80>;
 regulator-max-microvolt = <140>;
+   regulator-init-microvolt = <95>;
 regulator-always-on;
 regulator-boot-on;
 status = "okay";
--
1.9.1


Regards,
Simon






___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH 6/7] dts: evb-rk3399: add init voltage node for vdd-center

2016-09-05 Thread Simon Glass
Hi Kever,

On 29 August 2016 at 21:02, Kever Yang  wrote:
> This patch add regulator-init-microvolt for pwm regulator
> to get a init value when driver do probe init.

How about:

Add a regulator-init-microvolt value for the vd_center regulator so that  

(please complete the sentence - commits should explain why they are
needed if it isn't obvious)

>
> Signed-off-by: Kever Yang 
> ---
>
>  arch/arm/dts/rk3399-evb.dts | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm/dts/rk3399-evb.dts b/arch/arm/dts/rk3399-evb.dts
> index bd7801b..fa60e19 100644
> --- a/arch/arm/dts/rk3399-evb.dts
> +++ b/arch/arm/dts/rk3399-evb.dts
> @@ -23,6 +23,7 @@
> regulator-name = "vdd_center";
> regulator-min-microvolt = <80>;
> regulator-max-microvolt = <140>;
> +   regulator-init-microvolt = <95>;
> regulator-always-on;
> regulator-boot-on;
> status = "okay";
> --
> 1.9.1
>

Regards,
Simon
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PATCH 6/7] dts: evb-rk3399: add init voltage node for vdd-center

2016-08-29 Thread Kever Yang
This patch add regulator-init-microvolt for pwm regulator
to get a init value when driver do probe init.

Signed-off-by: Kever Yang 
---

 arch/arm/dts/rk3399-evb.dts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/dts/rk3399-evb.dts b/arch/arm/dts/rk3399-evb.dts
index bd7801b..fa60e19 100644
--- a/arch/arm/dts/rk3399-evb.dts
+++ b/arch/arm/dts/rk3399-evb.dts
@@ -23,6 +23,7 @@
regulator-name = "vdd_center";
regulator-min-microvolt = <80>;
regulator-max-microvolt = <140>;
+   regulator-init-microvolt = <95>;
regulator-always-on;
regulator-boot-on;
status = "okay";
-- 
1.9.1

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot