From 1d78e6113d692f6789f7b22fa128f44285f5a667 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Sat, 24 Nov 2012 19:34:17 +0100 Subject: [PATCH] --- yaml --- r: 341623 b: refs/heads/master c: 0751f8654602e4255f0b9c17784d8100d5896010 h: refs/heads/master i: 341621: 5a29a37f7727756a7df6a0d0fa886831ac69e979 341619: 9963d982c6b7b0bd0870f4eab0e776cfdc5dca47 341615: 149fea77a3234788376d2ca5eca17c998e090274 v: v3 --- [refs] | 2 +- trunk/include/linux/bcma/bcma.h | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index c2ef24836057..19e47d977809 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 725d255e70a98fc5dc0f4ce7fa173c33c8515a07 +refs/heads/master: 0751f8654602e4255f0b9c17784d8100d5896010 diff --git a/trunk/include/linux/bcma/bcma.h b/trunk/include/linux/bcma/bcma.h index fd15d9829705..93b1e091b1e9 100644 --- a/trunk/include/linux/bcma/bcma.h +++ b/trunk/include/linux/bcma/bcma.h @@ -157,6 +157,7 @@ struct bcma_host_ops { /* Chip IDs of SoCs */ #define BCMA_CHIP_ID_BCM4706 0x5300 +#define BCMA_PKG_ID_BCM4706L 1 #define BCMA_CHIP_ID_BCM4716 0x4716 #define BCMA_PKG_ID_BCM4716 8 #define BCMA_PKG_ID_BCM4717 9 @@ -166,7 +167,11 @@ struct bcma_host_ops { #define BCMA_CHIP_ID_BCM4749 0x4749 #define BCMA_CHIP_ID_BCM5356 0x5356 #define BCMA_CHIP_ID_BCM5357 0x5357 +#define BCMA_PKG_ID_BCM5358 9 +#define BCMA_PKG_ID_BCM47186 10 +#define BCMA_PKG_ID_BCM5357 11 #define BCMA_CHIP_ID_BCM53572 53572 +#define BCMA_PKG_ID_BCM47188 9 struct bcma_device { struct bcma_bus *bus;