diff options
author | Nathan Hintz <nlhintz@hotmail.com> | 2013-01-12 10:07:22 +0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2013-01-15 00:10:40 +0400 |
commit | 6bf2e5461479c4511f59946a7378db576b04dbc5 (patch) | |
tree | 5f0560d8cd248efdaff9d12e2b9c4dec1df32806 /include/linux/bcma | |
parent | e2d4a24e03f9f7b255e86a2537dca0927f08af4a (diff) | |
download | linux-6bf2e5461479c4511f59946a7378db576b04dbc5.tar.xz |
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/bcma')
-rw-r--r-- | include/linux/bcma/bcma_driver_mips.h | 1 |
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; |