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

Commit c406eeb3 authored by Stephen Warren's avatar Stephen Warren Committed by Olof Johansson
Browse files

arm/dt: Fix ventana SDHCI power-gpios



Ventana uses the same SDHCI GPIOs as Seaboard; PI6 (70) is the power GPIO
for the SD port, and there is no power GPIO for the MMC chip.

Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parent 4b91b6fb
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -22,11 +22,10 @@
	sdhci@c8000400 {
		cd-gpios = <&gpio 69 0>; /* gpio PI5 */
		wp-gpios = <&gpio 57 0>; /* gpio PH1 */
		power-gpios = <&gpio 155 0>; /* gpio PT3 */
		power-gpios = <&gpio 70 0>; /* gpio PI6 */
	};

	sdhci@c8000600 {
		power-gpios = <&gpio 70 0>; /* gpio PI6 */
		support-8bit;
	};
};