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

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
...@@ -45,10 +45,10 @@ sata@80000 { ...@@ -45,10 +45,10 @@ sata@80000 {
nr-ports = <1>; nr-ports = <1>;
}; };
/* AzureWave AW-GH381 WiFi/BT */
mvsdio@90000 { mvsdio@90000 {
status = "okay"; status = "okay";
/* No CD or WP GPIOs */ non-removable;
broken-cd;
}; };
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment