[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240327101724.2982-3-mihai.sain@microchip.com>
Date: Wed, 27 Mar 2024 12:17:19 +0200
From: Mihai Sain <mihai.sain@...rochip.com>
To: <robh@...nel.org>, <krzysztof.kozlowski+dt@...aro.org>,
<conor+dt@...nel.org>, <nicolas.ferre@...rochip.com>,
<alexandre.belloni@...tlin.com>, <claudiu.beznea@...on.dev>,
<lgirdwood@...il.com>, <broonie@...nel.org>, <andrei.simion@...rochip.com>,
<devicetree@...r.kernel.org>, <linux-arm-kernel@...ts.infradead.org>,
<linux-kernel@...r.kernel.org>
CC: Mihai Sain <mihai.sain@...rochip.com>
Subject: [PATCH 2/7] ARM: dts: microchip: sama5d29_curiosity: Update the node names from pmic-regulators
Update the node names from pmic-regulators in order to match
the datasheet and driver namings for buck regulators.
Using BUCK1-4 as node names is consistent with the node naming rules.
Signed-off-by: Mihai Sain <mihai.sain@...rochip.com>
---
arch/arm/boot/dts/microchip/at91-sama5d29_curiosity.dts | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/arch/arm/boot/dts/microchip/at91-sama5d29_curiosity.dts b/arch/arm/boot/dts/microchip/at91-sama5d29_curiosity.dts
index 6b02b7bcfd49..b1874ae8dfc2 100644
--- a/arch/arm/boot/dts/microchip/at91-sama5d29_curiosity.dts
+++ b/arch/arm/boot/dts/microchip/at91-sama5d29_curiosity.dts
@@ -148,7 +148,7 @@ mcp16502@5b {
lpm-gpios = <&pioBU 0 GPIO_ACTIVE_LOW>;
regulators {
- vdd_3v3: VDD_IO {
+ vdd_3v3: BUCK1 {
regulator-name = "VDD_IO";
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
@@ -167,7 +167,7 @@ regulator-state-mem {
};
};
- vddio_ddr: VDD_DDR {
+ vddio_ddr: BUCK2 {
regulator-name = "VDD_DDR";
regulator-min-microvolt = <1200000>;
regulator-max-microvolt = <1200000>;
@@ -190,7 +190,7 @@ regulator-state-mem {
};
};
- vdd_core: VDD_CORE {
+ vdd_core: BUCK3 {
regulator-name = "VDD_CORE";
regulator-min-microvolt = <1250000>;
regulator-max-microvolt = <1250000>;
@@ -209,7 +209,7 @@ regulator-state-mem {
};
};
- vdd_ddr: VDD_OTHER {
+ vdd_ddr: BUCK4 {
regulator-name = "VDD_OTHER";
regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>;
--
2.44.0
Powered by blists - more mailing lists