linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: rockchip: Add input voltage supply regulators in pmic for Marsboard
@ 2014-12-01 18:37 Romain Perier
  2014-12-02 17:01 ` Heiko Stübner
  0 siblings, 1 reply; 3+ messages in thread
From: Romain Perier @ 2014-12-01 18:37 UTC (permalink / raw)
  To: linux-arm-kernel

Signed-off-by: Romain Perier <romain.perier@gmail.com>
---
 arch/arm/boot/dts/rk3066a-marsboard.dts | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/arch/arm/boot/dts/rk3066a-marsboard.dts b/arch/arm/boot/dts/rk3066a-marsboard.dts
index f766024..5999708 100644
--- a/arch/arm/boot/dts/rk3066a-marsboard.dts
+++ b/arch/arm/boot/dts/rk3066a-marsboard.dts
@@ -60,6 +60,14 @@
 		startup-delay-us = <100000>;
 		vin-supply = <&vcc_io>;
 	};
+
+	vsys: vsys-regulator {
+		compatible = "regulator-fixed";
+		regulator-name = "vsys";
+		regulator-min-microvolt = <5000000>;
+		regulator-max-microvolt = <5000000>;
+		regulator-boot-on;
+	};
 };
 
 &i2c1 {
@@ -72,8 +80,14 @@
 		interrupt-parent = <&gpio6>;
 		interrupts = <4 IRQ_TYPE_LEVEL_LOW>;
 
+		vcc1-supply = <&vsys>;
+		vcc2-supply = <&vsys>;
+		vcc3-supply = <&vsys>;
+		vcc4-supply = <&vsys>;
 		vcc5-supply = <&vcc_io>;
 		vcc6-supply = <&vcc_io>;
+		vcc7-supply = <&vsys>;
+		vccio-supply = <&vsys>;
 
 		regulators {
 			vcc_rtc: regulator at 0 {
-- 
1.9.1

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

* [PATCH] ARM: dts: rockchip: Add input voltage supply regulators in pmic for Marsboard
  2014-12-01 18:37 [PATCH] ARM: dts: rockchip: Add input voltage supply regulators in pmic for Marsboard Romain Perier
@ 2014-12-02 17:01 ` Heiko Stübner
  2014-12-02 18:38   ` Romain Perier
  0 siblings, 1 reply; 3+ messages in thread
From: Heiko Stübner @ 2014-12-02 17:01 UTC (permalink / raw)
  To: linux-arm-kernel

Am Montag, 1. Dezember 2014, 18:37:26 schrieb Romain Perier:
> Signed-off-by: Romain Perier <romain.perier@gmail.com>

applied to my dts branch, after adding a oneline commit message.
It's always nice to provide some sort of commit message instead of leaving it 
empty.


> ---
>  arch/arm/boot/dts/rk3066a-marsboard.dts | 14 ++++++++++++++
>  1 file changed, 14 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/rk3066a-marsboard.dts
> b/arch/arm/boot/dts/rk3066a-marsboard.dts index f766024..5999708 100644
> --- a/arch/arm/boot/dts/rk3066a-marsboard.dts
> +++ b/arch/arm/boot/dts/rk3066a-marsboard.dts
> @@ -60,6 +60,14 @@
>  		startup-delay-us = <100000>;
>  		vin-supply = <&vcc_io>;
>  	};
> +
> +	vsys: vsys-regulator {
> +		compatible = "regulator-fixed";
> +		regulator-name = "vsys";
> +		regulator-min-microvolt = <5000000>;
> +		regulator-max-microvolt = <5000000>;
> +		regulator-boot-on;
> +	};
>  };
> 
>  &i2c1 {
> @@ -72,8 +80,14 @@
>  		interrupt-parent = <&gpio6>;
>  		interrupts = <4 IRQ_TYPE_LEVEL_LOW>;
> 
> +		vcc1-supply = <&vsys>;
> +		vcc2-supply = <&vsys>;
> +		vcc3-supply = <&vsys>;
> +		vcc4-supply = <&vsys>;
>  		vcc5-supply = <&vcc_io>;
>  		vcc6-supply = <&vcc_io>;
> +		vcc7-supply = <&vsys>;
> +		vccio-supply = <&vsys>;
> 
>  		regulators {
>  			vcc_rtc: regulator at 0 {

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

* [PATCH] ARM: dts: rockchip: Add input voltage supply regulators in pmic for Marsboard
  2014-12-02 17:01 ` Heiko Stübner
@ 2014-12-02 18:38   ` Romain Perier
  0 siblings, 0 replies; 3+ messages in thread
From: Romain Perier @ 2014-12-02 18:38 UTC (permalink / raw)
  To: linux-arm-kernel

Oh yeah sorry about that. I thought that it was clear enough... It's
noted for next patches.

Romain

2014-12-02 18:01 GMT+01:00 Heiko St?bner <heiko@sntech.de>:
> Am Montag, 1. Dezember 2014, 18:37:26 schrieb Romain Perier:
>> Signed-off-by: Romain Perier <romain.perier@gmail.com>
>
> applied to my dts branch, after adding a oneline commit message.
> It's always nice to provide some sort of commit message instead of leaving it
> empty.
>
>
>> ---
>>  arch/arm/boot/dts/rk3066a-marsboard.dts | 14 ++++++++++++++
>>  1 file changed, 14 insertions(+)
>>
>> diff --git a/arch/arm/boot/dts/rk3066a-marsboard.dts
>> b/arch/arm/boot/dts/rk3066a-marsboard.dts index f766024..5999708 100644
>> --- a/arch/arm/boot/dts/rk3066a-marsboard.dts
>> +++ b/arch/arm/boot/dts/rk3066a-marsboard.dts
>> @@ -60,6 +60,14 @@
>>               startup-delay-us = <100000>;
>>               vin-supply = <&vcc_io>;
>>       };
>> +
>> +     vsys: vsys-regulator {
>> +             compatible = "regulator-fixed";
>> +             regulator-name = "vsys";
>> +             regulator-min-microvolt = <5000000>;
>> +             regulator-max-microvolt = <5000000>;
>> +             regulator-boot-on;
>> +     };
>>  };
>>
>>  &i2c1 {
>> @@ -72,8 +80,14 @@
>>               interrupt-parent = <&gpio6>;
>>               interrupts = <4 IRQ_TYPE_LEVEL_LOW>;
>>
>> +             vcc1-supply = <&vsys>;
>> +             vcc2-supply = <&vsys>;
>> +             vcc3-supply = <&vsys>;
>> +             vcc4-supply = <&vsys>;
>>               vcc5-supply = <&vcc_io>;
>>               vcc6-supply = <&vcc_io>;
>> +             vcc7-supply = <&vsys>;
>> +             vccio-supply = <&vsys>;
>>
>>               regulators {
>>                       vcc_rtc: regulator at 0 {
>

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

end of thread, other threads:[~2014-12-02 18:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-01 18:37 [PATCH] ARM: dts: rockchip: Add input voltage supply regulators in pmic for Marsboard Romain Perier
2014-12-02 17:01 ` Heiko Stübner
2014-12-02 18:38   ` Romain Perier

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 NNTP newsgroup(s).