[PATCH 1/7] ARM: dts: microchip: sama5d27_wlsom1: Update the node names from pmic-regulators

From: Mihai Sain
Date: Wed Mar 27 2024 - 06:18:25 EST


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@xxxxxxxxxxxxx>
---
arch/arm/boot/dts/microchip/at91-sama5d27_wlsom1.dtsi | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/arch/arm/boot/dts/microchip/at91-sama5d27_wlsom1.dtsi b/arch/arm/boot/dts/microchip/at91-sama5d27_wlsom1.dtsi
index 4617805c7748..228382f630cc 100644
--- a/arch/arm/boot/dts/microchip/at91-sama5d27_wlsom1.dtsi
+++ b/arch/arm/boot/dts/microchip/at91-sama5d27_wlsom1.dtsi
@@ -74,7 +74,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>;
@@ -93,7 +93,7 @@ regulator-state-mem {
};
};

- vddio_ddr: VDD_DDR {
+ vddio_ddr: BUCK2 {
regulator-name = "VDD_DDR";
regulator-min-microvolt = <1200000>;
regulator-max-microvolt = <1200000>;
@@ -116,7 +116,7 @@ regulator-state-mem {
};
};

- vdd_core: VDD_CORE {
+ vdd_core: BUCK3 {
regulator-name = "VDD_CORE";
regulator-min-microvolt = <1250000>;
regulator-max-microvolt = <1250000>;
@@ -135,7 +135,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