提交 49228cae 编写于 作者: A Andrew Bresticker 提交者: Stephen Warren

ARM: tegra: fix Venice2 SD card VQMMC supply

VDDIO_SDMMC3 is the VQMMC (I/O) supply, not the VMMC (core) supply,
for the SD slot on Venice2.
Signed-off-by: NAndrew Bresticker <abrestic@chromium.org>
Signed-off-by: NStephen Warren <swarren@nvidia.com>
上级 c7fe7672
......@@ -933,7 +933,7 @@
power-gpios = <&gpio TEGRA_GPIO(R, 0) GPIO_ACTIVE_HIGH>;
status = "okay";
bus-width = <4>;
vmmc-supply = <&vddio_sdmmc3>;
vqmmc-supply = <&vddio_sdmmc3>;
};
sdhci@0,700b0600 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册