diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2012-04-13 19:35:40 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2012-04-13 19:35:40 +0000 |
commit | 6af575967c780fa41029bdb64fdd68646ab516d1 (patch) | |
tree | bf5fa402a077278c773200cb2aa941cc0b9e6883 /target/linux/brcm47xx/patches-3.2/052-bcma-complete-workaround-for-BCMA43224.patch | |
parent | 3f240440c76765426018151ab3ea019547108326 (diff) | |
download | mtk-20170518-6af575967c780fa41029bdb64fdd68646ab516d1.zip mtk-20170518-6af575967c780fa41029bdb64fdd68646ab516d1.tar.gz mtk-20170518-6af575967c780fa41029bdb64fdd68646ab516d1.tar.bz2 |
kernel: update bcma and ssb to version master-2012-04-12 from wireless-testing
SVN-Revision: 31278
Diffstat (limited to 'target/linux/brcm47xx/patches-3.2/052-bcma-complete-workaround-for-BCMA43224.patch')
-rw-r--r-- | target/linux/brcm47xx/patches-3.2/052-bcma-complete-workaround-for-BCMA43224.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/brcm47xx/patches-3.2/052-bcma-complete-workaround-for-BCMA43224.patch b/target/linux/brcm47xx/patches-3.2/052-bcma-complete-workaround-for-BCMA43224.patch index 97e3f9c..7e40fc8 100644 --- a/target/linux/brcm47xx/patches-3.2/052-bcma-complete-workaround-for-BCMA43224.patch +++ b/target/linux/brcm47xx/patches-3.2/052-bcma-complete-workaround-for-BCMA43224.patch @@ -12,7 +12,7 @@ Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> --- a/drivers/bcma/driver_chipcommon_pmu.c +++ b/drivers/bcma/driver_chipcommon_pmu.c -@@ -141,12 +141,19 @@ void bcma_pmu_workarounds(struct bcma_dr +@@ -142,12 +142,19 @@ void bcma_pmu_workarounds(struct bcma_dr /* BCM4331 workaround is SPROM-related, we put it in sprom.c */ break; case 43224: @@ -38,7 +38,7 @@ Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> case 43225: --- a/include/linux/bcma/bcma_driver_chipcommon.h +++ b/include/linux/bcma/bcma_driver_chipcommon.h -@@ -374,6 +374,11 @@ +@@ -382,6 +382,11 @@ #define BCMA_CHIPCTL_4331_BT_SHD0_ON_GPIO4 BIT(16) /* enable bt_shd0 at gpio4 */ #define BCMA_CHIPCTL_4331_BT_SHD1_ON_GPIO5 BIT(17) /* enable bt_shd1 at gpio5 */ |