mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-03 14:42:18 -04:00
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: Thierry Reding <treding@nvidia.com>
This commit is contained in:
@@ -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>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user