aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorNathan Hintz <nlhintz@hotmail.com>2013-01-11 22:07:22 -0800
committerJohn W. Linville <linville@tuxdriver.com>2013-01-14 15:10:40 -0500
commit6bf2e5461479c4511f59946a7378db576b04dbc5 (patch)
tree5f0560d8cd248efdaff9d12e2b9c4dec1df32806 /include/linux
parentath9k_hw: ar9002_hw_spectral_scan_config() can be static (diff)
downloadlinux-dev-6bf2e5461479c4511f59946a7378db576b04dbc5.tar.xz
linux-dev-6bf2e5461479c4511f59946a7378db576b04dbc5.zip
bcma: fix bcm4716/bcm4748 i2s irqflag
The default irqflag assignment for the I2S core on some Broadcom 4716/4748 devices is invalid and needs to be corrected (from the Broadcom SDK). Signed-off-by: Nathan Hintz <nlhintz@hotmail.com> Acked-by: Hauke Mehrtens <hauke@hauke-m.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/bcma/bcma_driver_mips.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/bcma/bcma_driver_mips.h b/include/linux/bcma/bcma_driver_mips.h
index 73c7f4b882cc..0d1ea297851a 100644
--- a/include/linux/bcma/bcma_driver_mips.h
+++ b/include/linux/bcma/bcma_driver_mips.h
@@ -28,6 +28,7 @@
#define BCMA_MIPS_MIPS74K_GPIOEN 0x0048
#define BCMA_MIPS_MIPS74K_CLKCTLST 0x01E0
+#define BCMA_MIPS_OOBSELINA74 0x004
#define BCMA_MIPS_OOBSELOUTA30 0x100
struct bcma_device;