]> Pileus Git - ~andy/linux/commitdiff
ARM: kirkwood: mark guruplug sdio as non-removable
authorSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Fri, 15 Nov 2013 14:20:25 +0000 (15:20 +0100)
committerJason Cooper <jason@lakedaemon.net>
Sun, 24 Nov 2013 16:57:58 +0000 (16:57 +0000)
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>
arch/arm/boot/dts/kirkwood-guruplug-server-plus.dts

index d30a91a5047d6939c2dfdd69989bde39c359f9b7..4d2a70fcdcc4b1f38665334362c74adfeae9e941 100644 (file)
                        nr-ports = <1>;
                };
 
+               /* AzureWave AW-GH381 WiFi/BT */
                mvsdio@90000 {
                        status = "okay";
-                       /* No CD or WP GPIOs */
-                       broken-cd;
+                       non-removable;
                };
        };