@@ -194,7 +194,7 @@ mcp16502@5b {
lpm-gpios = <&pioBU 7 GPIO_ACTIVE_LOW>;
regulators {
- vdd_io_reg: VDD_IO {
+ vdd_io_reg: BUCK1 {
regulator-name = "VDD_IO";
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
@@ -213,7 +213,7 @@ regulator-state-mem {
};
};
- VDD_DDR {
+ BUCK2 {
regulator-name = "VDD_DDR";
regulator-min-microvolt = <1350000>;
regulator-max-microvolt = <1350000>;
@@ -232,7 +232,7 @@ regulator-state-mem {
};
};
- VDD_CORE {
+ BUCK3 {
regulator-name = "VDD_CORE";
regulator-min-microvolt = <1250000>;
regulator-max-microvolt = <1250000>;
@@ -251,7 +251,7 @@ regulator-state-mem {
};
};
- VDD_OTHER {
+ BUCK4 {
regulator-name = "VDD_OTHER";
regulator-min-microvolt = <600000>;
regulator-max-microvolt = <1850000>;
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@microchip.com> --- arch/arm/boot/dts/microchip/at91-sama5d2_icp.dts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)