Commit 228e0021 authored by Gireesh Hiremath's avatar Gireesh Hiremath Committed by Tony Lindgren

ARM: dts: am335x: Guardian: Update regulator node name

 * Update mmcsd voltage regulator node name
Signed-off-by: default avatarGireesh Hiremath <Gireesh.Hiremath@in.bosch.com>
Message-Id: <20220325100613.1494-9-Gireesh.Hiremath@in.bosch.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent b5bf6b43
......@@ -108,7 +108,7 @@ guardian_beeper: dmtimer-pwm@7 {
ti,clock-source = <0x01>;
};
vmmcsd_fixed: regulator-3v3 {
vmmcsd_fixed: fixedregulator0 {
compatible = "regulator-fixed";
regulator-name = "vmmcsd_fixed";
regulator-min-microvolt = <3300000>;
......@@ -303,6 +303,7 @@ dcdc1_reg: regulator@0 {
};
dcdc2_reg: regulator@1 {
/* VDD_MPU voltage limits 0.95V - 1.26V with +/-4% tolerance */
regulator-name = "vdd_mpu";
regulator-min-microvolt = <925000>;
regulator-max-microvolt = <1351500>;
......@@ -311,6 +312,7 @@ dcdc2_reg: regulator@1 {
};
dcdc3_reg: regulator@2 {
/* VDD_CORE voltage limits 0.95V - 1.1V with +/-4% tolerance */
regulator-name = "vdd_core";
regulator-min-microvolt = <925000>;
regulator-max-microvolt = <1150000>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment