Skip to content

Commit

Permalink
asus: transformer: t30: remove always on vdd_usd
Browse files Browse the repository at this point in the history
MicroSD perfectly fine works without vdd_usd always on in u-boot
and in mainline.

Signed-off-by: Svyatoslav Ryhel <[email protected]>
  • Loading branch information
clamor-s committed Mar 18, 2022
1 parent a33b11b commit 55ec6e3
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion arch/arm/dts/tegra30-asus-p1801-t.dts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
regulator-name = "vdd_usd";
regulator-min-microvolt = <3100000>;
regulator-max-microvolt = <3100000>;
regulator-always-on;
};

/* uSD slot VDDIO */
Expand Down
1 change: 0 additions & 1 deletion arch/arm/dts/tegra30-asus-tf201.dts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@
regulator-name = "vdd_usd";
regulator-min-microvolt = <3100000>;
regulator-max-microvolt = <3100000>;
regulator-always-on;
};

/* uSD slot VDDIO */
Expand Down
1 change: 0 additions & 1 deletion arch/arm/dts/tegra30-asus-tf300t.dts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@
regulator-name = "vdd_usd";
regulator-min-microvolt = <3100000>;
regulator-max-microvolt = <3100000>;
regulator-always-on;
};

/* uSD slot VDDIO */
Expand Down
1 change: 0 additions & 1 deletion arch/arm/dts/tegra30-asus-tf300tg.dts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@
regulator-name = "vdd_usd";
regulator-min-microvolt = <3100000>;
regulator-max-microvolt = <3100000>;
regulator-always-on;
};

/* uSD slot VDDIO */
Expand Down
1 change: 0 additions & 1 deletion arch/arm/dts/tegra30-asus-tf300tl.dts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@
regulator-name = "vdd_usd";
regulator-min-microvolt = <3100000>;
regulator-max-microvolt = <3100000>;
regulator-always-on;
};

/* uSD slot VDDIO */
Expand Down
1 change: 0 additions & 1 deletion arch/arm/dts/tegra30-asus-tf600t.dts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@
regulator-name = "vdd_usd";
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
regulator-always-on;
};
};
};
1 change: 0 additions & 1 deletion arch/arm/dts/tegra30-asus-tf700t.dts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
regulator-name = "vdd_usd";
regulator-min-microvolt = <3100000>;
regulator-max-microvolt = <3100000>;
regulator-always-on;
};

/* uSD slot VDDIO */
Expand Down

0 comments on commit 55ec6e3

Please sign in to comment.