All of lore.kernel.org
 help / color / mirror / Atom feed
From: Nicolas Ferre <nicolas.ferre@microchip.com>
To: <linux-arm-kernel@lists.infradead.org>,
	Alexandre Belloni <alexandre.belloni@bootlin.com>,
	Claudiu Beznea <claudiu.beznea@microchip.com>
Cc: <linux-kernel@vger.kernel.org>, Mihai Sain <mihai.sain@microchip.com>
Subject: Re: [PATCH] ARM: dts: at91: sam9x60ek: modify vdd_1v5 regulator to vdd_1v15
Date: Fri, 4 Mar 2022 11:41:02 +0100	[thread overview]
Message-ID: <0ba7bb11-eaa1-91fc-9c5a-fa2393da5a55@microchip.com> (raw)
In-Reply-To: <20220302160235.28336-1-nicolas.ferre@microchip.com>

On 02/03/2022 at 17:02, nicolas.ferre@microchip.com wrote:
> EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe
> 
> From: Mihai Sain <mihai.sain@microchip.com>
> 
> This regulator is powering the vddcore pins from MPU.
> Its real value on the board and in the MPU datasheet is 1.15V.
> 
> Signed-off-by: Mihai Sain <mihai.sain@microchip.com>
> Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com>

Added to a new DT PR for 5.18.
Best regards,
   Nicolas

> ---
>   arch/arm/boot/dts/at91-sam9x60ek.dts | 8 ++++----
>   1 file changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/at91-sam9x60ek.dts b/arch/arm/boot/dts/at91-sam9x60ek.dts
> index b1068cca4228..7719ea3d4933 100644
> --- a/arch/arm/boot/dts/at91-sam9x60ek.dts
> +++ b/arch/arm/boot/dts/at91-sam9x60ek.dts
> @@ -48,11 +48,11 @@ vdd_1v8: fixed-regulator-vdd_1v8@0 {
>                          status = "okay";
>                  };
> 
> -               vdd_1v5: fixed-regulator-vdd_1v5@1 {
> +               vdd_1v15: fixed-regulator-vdd_1v15@1 {
>                          compatible = "regulator-fixed";
> -                       regulator-name = "VDD_1V5";
> -                       regulator-min-microvolt = <1500000>;
> -                       regulator-max-microvolt = <1500000>;
> +                       regulator-name = "VDD_1V15";
> +                       regulator-min-microvolt = <1150000>;
> +                       regulator-max-microvolt = <1150000>;
>                          regulator-always-on;
>                          status = "okay";
>                  };
> --
> 2.32.0
> 
> 
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel


-- 
Nicolas Ferre

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

WARNING: multiple messages have this Message-ID (diff)
From: Nicolas Ferre <nicolas.ferre@microchip.com>
To: <linux-arm-kernel@lists.infradead.org>,
	Alexandre Belloni <alexandre.belloni@bootlin.com>,
	Claudiu Beznea <claudiu.beznea@microchip.com>
Cc: <linux-kernel@vger.kernel.org>, Mihai Sain <mihai.sain@microchip.com>
Subject: Re: [PATCH] ARM: dts: at91: sam9x60ek: modify vdd_1v5 regulator to vdd_1v15
Date: Fri, 4 Mar 2022 11:41:02 +0100	[thread overview]
Message-ID: <0ba7bb11-eaa1-91fc-9c5a-fa2393da5a55@microchip.com> (raw)
In-Reply-To: <20220302160235.28336-1-nicolas.ferre@microchip.com>

On 02/03/2022 at 17:02, nicolas.ferre@microchip.com wrote:
> EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe
> 
> From: Mihai Sain <mihai.sain@microchip.com>
> 
> This regulator is powering the vddcore pins from MPU.
> Its real value on the board and in the MPU datasheet is 1.15V.
> 
> Signed-off-by: Mihai Sain <mihai.sain@microchip.com>
> Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com>

Added to a new DT PR for 5.18.
Best regards,
   Nicolas

> ---
>   arch/arm/boot/dts/at91-sam9x60ek.dts | 8 ++++----
>   1 file changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/at91-sam9x60ek.dts b/arch/arm/boot/dts/at91-sam9x60ek.dts
> index b1068cca4228..7719ea3d4933 100644
> --- a/arch/arm/boot/dts/at91-sam9x60ek.dts
> +++ b/arch/arm/boot/dts/at91-sam9x60ek.dts
> @@ -48,11 +48,11 @@ vdd_1v8: fixed-regulator-vdd_1v8@0 {
>                          status = "okay";
>                  };
> 
> -               vdd_1v5: fixed-regulator-vdd_1v5@1 {
> +               vdd_1v15: fixed-regulator-vdd_1v15@1 {
>                          compatible = "regulator-fixed";
> -                       regulator-name = "VDD_1V5";
> -                       regulator-min-microvolt = <1500000>;
> -                       regulator-max-microvolt = <1500000>;
> +                       regulator-name = "VDD_1V15";
> +                       regulator-min-microvolt = <1150000>;
> +                       regulator-max-microvolt = <1150000>;
>                          regulator-always-on;
>                          status = "okay";
>                  };
> --
> 2.32.0
> 
> 
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel


-- 
Nicolas Ferre

  parent reply	other threads:[~2022-03-04 10:42 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-02 16:02 [PATCH] ARM: dts: at91: sam9x60ek: modify vdd_1v5 regulator to vdd_1v15 nicolas.ferre
2022-03-02 16:02 ` nicolas.ferre
2022-03-03  8:22 ` Claudiu.Beznea
2022-03-03  8:22   ` Claudiu.Beznea
2022-03-04 10:41 ` Nicolas Ferre [this message]
2022-03-04 10:41   ` Nicolas Ferre

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=0ba7bb11-eaa1-91fc-9c5a-fa2393da5a55@microchip.com \
    --to=nicolas.ferre@microchip.com \
    --cc=alexandre.belloni@bootlin.com \
    --cc=claudiu.beznea@microchip.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mihai.sain@microchip.com \
    /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.