kernel: update 3.9 to 3.9.11
[openwrt/svn-archive/archive.git] / target / linux / bcm53xx / patches-3.10 / 0013-bcma-add-constants-for-new-ARM-based-SoCs.patch
1 From fda36440e95ef9adbd7955b069248d1d807a85b1 Mon Sep 17 00:00:00 2001
2 From: Hauke Mehrtens <hauke@hauke-m.de>
3 Date: Thu, 4 Jul 2013 22:48:25 +0200
4 Subject: [PATCH 13/17] bcma: add constants for new ARM based SoCs
5
6 These are the chipIDs of some ARM based SoCs from the BCM47xx line.
7
8 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
9 ---
10 include/linux/bcma/bcma.h | 5 +++++
11 1 file changed, 5 insertions(+)
12
13 --- a/include/linux/bcma/bcma.h
14 +++ b/include/linux/bcma/bcma.h
15 @@ -188,6 +188,11 @@ struct bcma_host_ops {
16 #define BCMA_PKG_ID_BCM5357 11
17 #define BCMA_CHIP_ID_BCM53572 53572
18 #define BCMA_PKG_ID_BCM47188 9
19 +#define BCMA_CHIP_ID_BCM4707 53010
20 +#define BCMA_PKG_ID_BCM4707 1
21 +#define BCMA_PKG_ID_BCM4708 2
22 +#define BCMA_PKG_ID_BCM4709 0
23 +#define BCMA_CHIP_ID_BCM53018 53018
24
25 /* Board types (on PCI usually equals to the subsystem dev id) */
26 /* BCM4313 */