aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>2013-11-15 09:20:25 -0500
committerJason Cooper <jason@lakedaemon.net>2013-11-24 11:57:58 -0500
commit0932f1499fcebc52c8764419d63cdb1a00dac08f (patch)
tree5df2b104285cf9a81eda118d77a470bccdd4d98d
parent0242399e4ee419334b55662be12b10dafa362658 (diff)
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>
-rw-r--r--arch/arm/boot/dts/kirkwood-guruplug-server-plus.dts4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/kirkwood-guruplug-server-plus.dts b/arch/arm/boot/dts/kirkwood-guruplug-server-plus.dts
index d30a91a5047d..4d2a70fcdcc4 100644
--- a/arch/arm/boot/dts/kirkwood-guruplug-server-plus.dts
+++ b/arch/arm/boot/dts/kirkwood-guruplug-server-plus.dts
@@ -45,10 +45,10 @@
45 nr-ports = <1>; 45 nr-ports = <1>;
46 }; 46 };
47 47
48 /* AzureWave AW-GH381 WiFi/BT */
48 mvsdio@90000 { 49 mvsdio@90000 {
49 status = "okay"; 50 status = "okay";
50 /* No CD or WP GPIOs */ 51 non-removable;
51 broken-cd;
52 }; 52 };
53 }; 53 };
54 54