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

Commit 0932f149 authored by Sebastian Hesselbarth's avatar Sebastian Hesselbarth Committed by Jason Cooper
Browse files

ARM: kirkwood: mark guruplug sdio as non-removable



Globalscale Guruplug has AW-GH381 WiFi/BT on sdio which is always
present and cannot be detected in any way. Therefore, mark the node
as non-removable instead of broken-cd. While at it, also put a note
about connected WiFi/BT chip above.

Signed-off-by: default avatarSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Signed-off-by: default avatarJason Cooper <jason@lakedaemon.net>
parent 0242399e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -45,10 +45,10 @@
			nr-ports = <1>;
		};

		/* AzureWave AW-GH381 WiFi/BT */
		mvsdio@90000 {
			status = "okay";
			/* No CD or WP GPIOs */
			broken-cd;
			non-removable;
		};
	};