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

Commit 5f6d11c3 authored by Thomas Petazzoni's avatar Thomas Petazzoni Committed by Arnd Bergmann
Browse files

arm: mvebu: enable the SDIO interface on the Globalscale Mirabox



The Globalscale Mirabox uses the SDIO interface of the Armada 370 to
connect to a Wifi/Bluetooth SD8787 chip, so we enable the SDIO
interface of this board in its Device Tree file.

Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: default avatarJason Cooper <jason@lakedaemon.net>
parent b6150c71
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -52,5 +52,15 @@
			phy = <&phy1>;
			phy-mode = "rgmii-id";
		};

		mvsdio@d00d4000 {
			pinctrl-0 = <&sdio_pins2>;
			pinctrl-names = "default";
			status = "okay";
			/*
			 * No CD or WP GPIOs: SDIO interface used for
			 * Wifi/Bluetooth chip
			 */
		};
	};
};