From: gregory.clement@free-electrons•com (Gregory CLEMENT)
To: linux-arm-kernel@lists•infradead.org
Subject: [PATCH 1/3] ARM: mvebu: fix description of pwr-sata0 regulator on Armada 388 GP
Date: Thu, 09 Jul 2015 15:20:01 +0200 [thread overview]
Message-ID: <559E7501.3060001@free-electrons.com> (raw)
In-Reply-To: <55913E42.3070102@free-electrons.com>
Hi Thomas,
On 29/06/2015 14:46, Gregory CLEMENT wrote:
> Hi Thomas,
>
> On 18/06/2015 14:38, Thomas Petazzoni wrote:
>> This regulator was lacking the reference to the GPIO that controls it,
>> and the regulator-min-microvolt and regulator-max-microvolt
>> properties. Thanks to this commit, the pwr-sata0 regulator now looks
>> more like the other pwr-sata{1,2,3} regulators in the same Device
>> Tree, with of course the exception of a different GPIO reference.
>>
>> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons•com>
>
> Acked-by: Gregory CLEMENT <gregory.clement@free-electrons•com>
applied on mvebu/dt
Thanks,
Gregory
>
>
> Thanks,
>
> Gregory
>
>> ---
>> arch/arm/boot/dts/armada-388-gp.dts | 4 +++-
>> 1 file changed, 3 insertions(+), 1 deletion(-)
>>
>> diff --git a/arch/arm/boot/dts/armada-388-gp.dts b/arch/arm/boot/dts/armada-388-gp.dts
>> index 78514ab..5164b9a 100644
>> --- a/arch/arm/boot/dts/armada-388-gp.dts
>> +++ b/arch/arm/boot/dts/armada-388-gp.dts
>> @@ -301,9 +301,11 @@
>> reg_sata0: pwr-sata0 {
>> compatible = "regulator-fixed";
>> regulator-name = "pwr_en_sata0";
>> + regulator-min-microvolt = <12000000>;
>> + regulator-max-microvolt = <12000000>;
>> enable-active-high;
>> regulator-always-on;
>> -
>> + gpio = <&expander0 2 GPIO_ACTIVE_HIGH>;
>> };
>>
>> reg_5v_sata0: v5-sata0 {
>>
>
>
--
Gregory Clement, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
next prev parent reply other threads:[~2015-07-09 13:20 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-18 12:38 [PATCH 0/3] ARM: mvebu: minor improvements to Armada 388 GP support Thomas Petazzoni
2015-06-18 12:38 ` [PATCH 1/3] ARM: mvebu: fix description of pwr-sata0 regulator on Armada 388 GP Thomas Petazzoni
2015-06-29 12:46 ` Gregory CLEMENT
2015-07-09 13:20 ` Gregory CLEMENT [this message]
2015-06-18 12:38 ` [PATCH 2/3] ARM: mvebu: update EEPROM description of " Thomas Petazzoni
2015-06-29 12:50 ` Gregory CLEMENT
2015-07-09 13:20 ` Gregory CLEMENT
2015-06-18 12:38 ` [PATCH 3/3] ARM: mvebu: update mvebu_v7_defconfig with features needed for " Thomas Petazzoni
2015-06-29 12:51 ` Gregory CLEMENT
2015-07-09 13:32 ` Gregory CLEMENT
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=559E7501.3060001@free-electrons.com \
--to=gregory.clement@free-electrons$(echo .)com \
--cc=linux-arm-kernel@lists$(echo .)infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox