summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBengt Jonsson <bengt.g.jonsson@stericsson.com>2012-02-02 11:36:49 +0100
committerPhilippe Langlais <philippe.langlais@linaro.org>2012-03-19 09:02:14 +0100
commitf44a57db6bd20fb7d43138f2ad8049f5772e1d09 (patch)
tree640016d5def15305b5e41fe2ea2ffc1ecb38b3b7
parent2629954708876efaae4dba9013efd2113290d711 (diff)
wlan: ux500: Add U8520 machine
ST-Ericsson ID: 371953 Signed-off-by: Bengt Jonsson <bengt.g.jonsson@stericsson.com>
-rw-r--r--arch/arm/mach-ux500/board-mop500-wlan.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-ux500/board-mop500-wlan.c b/arch/arm/mach-ux500/board-mop500-wlan.c
index 6ef93e3cbf0..86cce36c9a9 100644
--- a/arch/arm/mach-ux500/board-mop500-wlan.c
+++ b/arch/arm/mach-ux500/board-mop500-wlan.c
@@ -188,7 +188,8 @@ int __init mop500_wlan_init(void)
} else if (machine_is_u8500() || machine_is_nomadik() || machine_is_snowball()) {
cw1200_device.num_resources = ARRAY_SIZE(cw1200_href_resources);
cw1200_device.resource = cw1200_href_resources;
- } else if (machine_is_hrefv60() || machine_is_u9540()) {
+ } else if (machine_is_hrefv60() || machine_is_u8520()
+ || machine_is_u9540()) {
cw1200_device.num_resources =
ARRAY_SIZE(cw1200_href60_resources);
cw1200_device.resource = cw1200_href60_resources;