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

Commit 221b9bf4 authored by Alexandre Courbot's avatar Alexandre Courbot Committed by Thierry Reding
Browse files

ARM: tegra: roth: Fix SD card VDD_IO regulator



vddio_sdmmc3 is a vdd_io, and thus should be under the vqmmc-supply
property, not vmmc-supply.

Signed-off-by: default avatarAlexandre Courbot <acourbot@nvidia.com>
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent edbde56a
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -920,8 +920,6 @@
						regulator-name = "vddio-sdmmc3";
						regulator-min-microvolt = <1800000>;
						regulator-max-microvolt = <3300000>;
						regulator-always-on;
						regulator-boot-on;
					};

					ldousb {
@@ -966,7 +964,7 @@
	sdhci@78000400 {
		status = "okay";
		bus-width = <4>;
		vmmc-supply = <&vddio_sdmmc3>;
		vqmmc-supply = <&vddio_sdmmc3>;
		cd-gpios = <&gpio TEGRA_GPIO(V, 2) GPIO_ACTIVE_LOW>;
		power-gpios = <&gpio TEGRA_GPIO(H, 0) GPIO_ACTIVE_HIGH>;
	};