aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGireesh Hiremath <Gireesh.Hiremath@in.bosch.com>2022-03-25 10:06:06 +0000
committerTony Lindgren <tony@atomide.com>2022-04-21 14:03:13 +0300
commit228e0021e73337c37536603900332fdb59246d5c (patch)
treeb2ab597cfd92008511b835bdcb34045f0c62b086
parentARM: dts: am335x: Guardian: Update beeper label (diff)
downloadlinux-dev-228e0021e73337c37536603900332fdb59246d5c.tar.xz
linux-dev-228e0021e73337c37536603900332fdb59246d5c.zip
ARM: dts: am335x: Guardian: Update regulator node name
* Update mmcsd voltage regulator node name Signed-off-by: Gireesh Hiremath <Gireesh.Hiremath@in.bosch.com> Message-Id: <20220325100613.1494-9-Gireesh.Hiremath@in.bosch.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r--arch/arm/boot/dts/am335x-guardian.dts4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/am335x-guardian.dts b/arch/arm/boot/dts/am335x-guardian.dts
index ed4cd51dd838..e0186043f18c 100644
--- a/arch/arm/boot/dts/am335x-guardian.dts
+++ b/arch/arm/boot/dts/am335x-guardian.dts
@@ -108,7 +108,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 @@
};
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 @@
};
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>;