diff options
author | Roger Tseng <rogerable@realtek.com> | 2013-04-19 21:52:42 +0800 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2013-06-11 19:27:51 +0200 |
commit | 9032eabdd3fcfc00aa513a9eef54002cbabb8c9a (patch) | |
tree | b89461e4787f47f09ff632c78db97d0856e249ca /include/linux/mfd | |
parent | 15447a46a56a6d191af76ba0e3155c9b1877f596 (diff) | |
download | op-kernel-dev-9032eabdd3fcfc00aa513a9eef54002cbabb8c9a.zip op-kernel-dev-9032eabdd3fcfc00aa513a9eef54002cbabb8c9a.tar.gz |
mfd: rtsx: Add support for RTL8411B
Adding support of model RTL8411B. Since the model is similar to RTL8411,
differences are implemented in rtl8411.c.
Signed-off-by: Roger Tseng <rogerable@realtek.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'include/linux/mfd')
-rw-r--r-- | include/linux/mfd/rtsx_pci.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mfd/rtsx_pci.h b/include/linux/mfd/rtsx_pci.h index 86bc635..7a9f708 100644 --- a/include/linux/mfd/rtsx_pci.h +++ b/include/linux/mfd/rtsx_pci.h @@ -575,6 +575,7 @@ #define CARD_PWR_CTL 0xFD50 #define CARD_CLK_SWITCH 0xFD51 +#define RTL8411B_PACKAGE_MODE 0xFD51 #define CARD_SHARE_MODE 0xFD52 #define CARD_DRIVE_SEL 0xFD53 #define CARD_STOP 0xFD54 |