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: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> Signed-off-by: Jason Cooper <jason@lakedaemon.net>
This commit is contained in:
parent
0242399e4e
commit
0932f1499f
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue