浏览代码

ARM: tegra: Remove eMMC vmmc property for roth/tn7

This property was wrong and broke eMMC since commit 52221610d ("mmc:
sdhci: Improve external VDD regulator support"). Align the eMMC
properties to those of other Tegra boards.

Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Alexandre Courbot 11 年之前
父节点
当前提交
edbde56a25
共有 2 个文件被更改,包括 0 次插入2 次删除
  1. 0 1
      arch/arm/boot/dts/tegra114-roth.dts
  2. 0 1
      arch/arm/boot/dts/tegra114-tn7.dts

+ 0 - 1
arch/arm/boot/dts/tegra114-roth.dts

@@ -975,7 +975,6 @@
 	sdhci@78000600 {
 		status = "okay";
 		bus-width = <8>;
-		vmmc-supply = <&vdd_1v8>;
 		non-removable;
 	};
 

+ 0 - 1
arch/arm/boot/dts/tegra114-tn7.dts

@@ -244,7 +244,6 @@
 	sdhci@78000600 {
 		status = "okay";
 		bus-width = <8>;
-		vmmc-supply = <&vdd_1v8>;
 		non-removable;
 	};