Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 49228cae authored by Andrew Bresticker's avatar Andrew Bresticker Committed by Stephen Warren
Browse files

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: default avatarAndrew Bresticker <abrestic@chromium.org>
Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
parent c7fe7672
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 {