Commit c2d28a0c authored by Teresa Remmet's avatar Teresa Remmet Committed by Shawn Guo

arm64: dts: imx8mp-phycore-som: Add regulator names

Add regulator-names for more meaningful description.
Signed-off-by: default avatarTeresa Remmet <t.remmet@phytec.de>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 1a5a0343
...@@ -101,6 +101,7 @@ buck1: BUCK1 { ...@@ -101,6 +101,7 @@ buck1: BUCK1 {
regulator-boot-on; regulator-boot-on;
regulator-max-microvolt = <2187500>; regulator-max-microvolt = <2187500>;
regulator-min-microvolt = <600000>; regulator-min-microvolt = <600000>;
regulator-name = "VDD_SOC (BUCK1)";
regulator-ramp-delay = <3125>; regulator-ramp-delay = <3125>;
}; };
...@@ -111,6 +112,7 @@ buck2: BUCK2 { ...@@ -111,6 +112,7 @@ buck2: BUCK2 {
regulator-boot-on; regulator-boot-on;
regulator-max-microvolt = <2187500>; regulator-max-microvolt = <2187500>;
regulator-min-microvolt = <600000>; regulator-min-microvolt = <600000>;
regulator-name = "VDD_ARM (BUCK2)";
regulator-ramp-delay = <3125>; regulator-ramp-delay = <3125>;
}; };
...@@ -119,6 +121,7 @@ buck4: BUCK4 { ...@@ -119,6 +121,7 @@ buck4: BUCK4 {
regulator-boot-on; regulator-boot-on;
regulator-max-microvolt = <3400000>; regulator-max-microvolt = <3400000>;
regulator-min-microvolt = <600000>; regulator-min-microvolt = <600000>;
regulator-name = "VDD_3V3 (BUCK4)";
}; };
buck5: BUCK5 { buck5: BUCK5 {
...@@ -126,6 +129,7 @@ buck5: BUCK5 { ...@@ -126,6 +129,7 @@ buck5: BUCK5 {
regulator-boot-on; regulator-boot-on;
regulator-max-microvolt = <3400000>; regulator-max-microvolt = <3400000>;
regulator-min-microvolt = <600000>; regulator-min-microvolt = <600000>;
regulator-name = "VDD_1V8 (BUCK5)";
}; };
buck6: BUCK6 { buck6: BUCK6 {
...@@ -133,6 +137,7 @@ buck6: BUCK6 { ...@@ -133,6 +137,7 @@ buck6: BUCK6 {
regulator-boot-on; regulator-boot-on;
regulator-max-microvolt = <3400000>; regulator-max-microvolt = <3400000>;
regulator-min-microvolt = <600000>; regulator-min-microvolt = <600000>;
regulator-name = "NVCC_DRAM_1V1 (BUCK6)";
}; };
ldo1: LDO1 { ldo1: LDO1 {
...@@ -140,6 +145,7 @@ ldo1: LDO1 { ...@@ -140,6 +145,7 @@ ldo1: LDO1 {
regulator-boot-on; regulator-boot-on;
regulator-max-microvolt = <3300000>; regulator-max-microvolt = <3300000>;
regulator-min-microvolt = <1600000>; regulator-min-microvolt = <1600000>;
regulator-name = "NVCC_SNVS_1V8 (LDO1)";
}; };
ldo3: LDO3 { ldo3: LDO3 {
...@@ -147,6 +153,7 @@ ldo3: LDO3 { ...@@ -147,6 +153,7 @@ ldo3: LDO3 {
regulator-boot-on; regulator-boot-on;
regulator-max-microvolt = <3300000>; regulator-max-microvolt = <3300000>;
regulator-min-microvolt = <800000>; regulator-min-microvolt = <800000>;
regulator-name = "VDDA_1V8 (LDO3)";
}; };
ldo5: LDO5 { ldo5: LDO5 {
...@@ -154,6 +161,7 @@ ldo5: LDO5 { ...@@ -154,6 +161,7 @@ ldo5: LDO5 {
regulator-boot-on; regulator-boot-on;
regulator-max-microvolt = <3300000>; regulator-max-microvolt = <3300000>;
regulator-min-microvolt = <1800000>; regulator-min-microvolt = <1800000>;
regulator-name = "NVCC_SD2 (LDO5)";
}; };
}; };
}; };
......
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