All of lore.kernel.org
 help / color / mirror / Atom feed
From: Romain Perier <romain.perier-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: "Heiko Stübner" <heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>
Cc: linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
	devicetree <devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	"linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org"
	<linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>
Subject: Re: [PATCH] ARM: dts: rockchip: Add input voltage supply regulators in pmic for Marsboard
Date: Tue, 2 Dec 2014 19:38:28 +0100	[thread overview]
Message-ID: <CABgxDo+kGe5L9FPeuqW77GFKNhqr1P16UxTF2AJpppLv9kX9fA@mail.gmail.com> (raw)
In-Reply-To: <3330015.f3st3aFmak@diego>

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-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>:
> Am Montag, 1. Dezember 2014, 18:37:26 schrieb Romain Perier:
>> Signed-off-by: Romain Perier <romain.perier-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
>
> 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@0 {
>
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

WARNING: multiple messages have this Message-ID (diff)
From: romain.perier@gmail.com (Romain Perier)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: dts: rockchip: Add input voltage supply regulators in pmic for Marsboard
Date: Tue, 2 Dec 2014 19:38:28 +0100	[thread overview]
Message-ID: <CABgxDo+kGe5L9FPeuqW77GFKNhqr1P16UxTF2AJpppLv9kX9fA@mail.gmail.com> (raw)
In-Reply-To: <3330015.f3st3aFmak@diego>

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 {
>

  reply	other threads:[~2014-12-02 18:38 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-01 18:37 [PATCH] ARM: dts: rockchip: Add input voltage supply regulators in pmic for Marsboard Romain Perier
2014-12-01 18:37 ` Romain Perier
     [not found] ` <1417459046-13725-1-git-send-email-romain.perier-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2014-12-02 17:01   ` Heiko Stübner
2014-12-02 17:01     ` Heiko Stübner
2014-12-02 18:38     ` Romain Perier [this message]
2014-12-02 18:38       ` Romain Perier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CABgxDo+kGe5L9FPeuqW77GFKNhqr1P16UxTF2AJpppLv9kX9fA@mail.gmail.com \
    --to=romain.perier-re5jqeeqqe8avxtiumwx3w@public.gmane.org \
    --cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org \
    --cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
    --cc=linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.