提交 9260764c 编写于 作者: S Stephen Warren

ARM: tegra: fix Jetson TK1 SD card supply

Regulator vddio_sdmmc3 provides the Tegra<->SD IO voltage, not the card
core supply voltage. That is, it provides vqmmc, not vmmc. Fix the DT to
correctly reflect this.
Reported-by: NAndrew Bresticker <abrestic@chromium.org>
Signed-off-by: NStephen Warren <swarren@nvidia.com>
上级 22b35776
......@@ -1611,7 +1611,7 @@
cd-gpios = <&gpio TEGRA_GPIO(V, 2) GPIO_ACTIVE_LOW>;
power-gpios = <&gpio TEGRA_GPIO(R, 0) GPIO_ACTIVE_HIGH>;
bus-width = <4>;
vmmc-supply = <&vddio_sdmmc3>;
vqmmc-supply = <&vddio_sdmmc3>;
};
/* eMMC */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册