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

Commit da2fc651 authored by Wei Ni's avatar Wei Ni Committed by Stephen Warren
Browse files

ARM: dt: t20 seaboard: turn on the power for wlan



Enable the SDHCI1 controller. This is connected to the WiFi module.

Signed-off-by: default avatarWei Ni <wni@nvidia.com>
Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
parent d1d3b978
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -561,6 +561,12 @@
		status = "okay";
	};

	sdhci@c8000000 {
		status = "okay";
		power-gpios = <&gpio 86 0>; /* gpio PK6 */
		bus-width = <4>;
	};

	sdhci@c8000400 {
		status = "okay";
		cd-gpios = <&gpio 69 0>; /* gpio PI5 */