Commit c90b8f15 authored by Thierry Reding's avatar Thierry Reding

arm64: tegra: p2888: Rename regulators for consistency

Some of the PMIC regulators had names that don't match the schematics.
Rename them so that it is easier to cross-reference with the hardware
documentation.
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent 3fdfaf87
......@@ -169,7 +169,7 @@ regulators {
in-ldo7-8-supply = <&vdd_1v8ls>;
vdd_1v0: sd0 {
regulator-name = "VDD_1V0";
regulator-name = "VDDIO_SYS_1V0";
regulator-min-microvolt = <1000000>;
regulator-max-microvolt = <1000000>;
regulator-always-on;
......@@ -177,7 +177,7 @@ vdd_1v0: sd0 {
};
vdd_1v8hs: sd1 {
regulator-name = "VDD_1V8HS";
regulator-name = "VDDIO_SYS_1V8HS";
regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>;
regulator-always-on;
......@@ -185,7 +185,7 @@ vdd_1v8hs: sd1 {
};
vdd_1v8ls: sd2 {
regulator-name = "VDD_1V8LS";
regulator-name = "VDDIO_SYS_1V8LS";
regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>;
regulator-always-on;
......@@ -193,7 +193,7 @@ vdd_1v8ls: sd2 {
};
vdd_1v8ao: sd3 {
regulator-name = "VDD_1V8AO";
regulator-name = "VDDIO_AO_1V8";
regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>;
regulator-always-on;
......@@ -217,7 +217,7 @@ ldo0 {
};
ldo2 {
regulator-name = "VDD_AO_3V3";
regulator-name = "VDDIO_AO_3V3";
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
regulator-always-on;
......@@ -243,7 +243,7 @@ ldo6 {
};
ldo7 {
regulator-name = "VDD_CSI_1V2";
regulator-name = "AVDD_CSI_1V2";
regulator-min-microvolt = <1200000>;
regulator-max-microvolt = <1200000>;
};
......
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