[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <b3f0b5ee57b144c2e0487fb104ae92da@walle.cc>
Date: Thu, 24 Feb 2022 09:54:15 +0100
From: Michael Walle <michael@...le.cc>
To: Heiko Thiery <heiko.thiery@...il.com>
Cc: Sascha Hauer <s.hauer@...gutronix.de>,
Pengutronix Kernel Team <kernel@...gutronix.de>,
Fabio Estevam <festevam@...il.com>,
NXP Linux Team <linux-imx@....com>,
devicetree@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
linux-kernel@...r.kernel.org, Rob Herring <robh+dt@...nel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski@...onical.com>,
Shawn Guo <shawnguo@...nel.org>
Subject: Re: [PATCH v1 1/2] arm64: dts: imx8mn-evk: use proper names for PMIC
outputs
Am 2022-02-24 08:29, schrieb Heiko Thiery:
> Hi,
>
> Am Mi., 23. Feb. 2022 um 22:06 Uhr schrieb Michael Walle
> <michael@...le.cc>:
>>
>> Use the power signal names as given in the schematics of the reference
>> board.
>>
>> Signed-off-by: Michael Walle <michael@...le.cc>
>> ---
>> arch/arm64/boot/dts/freescale/imx8mn-evk.dts | 20
>> ++++++++++----------
>> 1 file changed, 10 insertions(+), 10 deletions(-)
>>
>> diff --git a/arch/arm64/boot/dts/freescale/imx8mn-evk.dts
>> b/arch/arm64/boot/dts/freescale/imx8mn-evk.dts
>> index b4225cfcb6d9..eaa06f49aef5 100644
>> --- a/arch/arm64/boot/dts/freescale/imx8mn-evk.dts
>> +++ b/arch/arm64/boot/dts/freescale/imx8mn-evk.dts
>> @@ -41,7 +41,7 @@ pmic: pmic@25 {
>>
>> regulators {
>> buck1: BUCK1{
>> - regulator-name = "BUCK1";
>> + regulator-name = "VDD_ARM_0V9";
>
> I think BUCK1 and BUCK2 are twisted here. This should be "VDD_SOC".
>
>> regulator-min-microvolt = <600000>;
>> regulator-max-microvolt = <2187500>;
>> regulator-boot-on;
>> @@ -50,7 +50,7 @@ buck1: BUCK1{
>> };
>>
>> buck2: BUCK2 {
>> - regulator-name = "BUCK2";
>> + regulator-name = "VDD_SOC";
>
> And this should be "VDD_ARM_0V9".
You are absolutely right. I noticed it on the 8MNANOD3L-EVK but
forgot to update these.
-michael
Powered by blists - more mailing lists