aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mfd
diff options
context:
space:
mode:
authorMicky Ching <micky_ching@realsil.com.cn>2015-02-25 00:50:10 -0500
committerLee Jones <lee.jones@linaro.org>2015-03-03 11:41:17 -0500
commit9e33ce79f828eb5a1bb9dd4830c7fa719d4279dc (patch)
tree79443d44f62bebfd4eace1cc9ba75ee61dc5a860 /include/linux/mfd
parentada71f5588320e7a5c7166cb7c1c8c40cb866ac4 (diff)
mfd: rtsx: Update PETXCFG address
PETXCFG is defined at 0xFF03, the old 0xFE49 not used any more. Signed-off-by: Micky Ching <micky_ching@realsil.com.cn> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'include/linux/mfd')
-rw-r--r--include/linux/mfd/rtsx_pci.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mfd/rtsx_pci.h b/include/linux/mfd/rtsx_pci.h
index e81f2bbfcda0..87cff60953f6 100644
--- a/include/linux/mfd/rtsx_pci.h
+++ b/include/linux/mfd/rtsx_pci.h
@@ -572,7 +572,6 @@
572#define MSGTXDATA2 0xFE46 572#define MSGTXDATA2 0xFE46
573#define MSGTXDATA3 0xFE47 573#define MSGTXDATA3 0xFE47
574#define MSGTXCTL 0xFE48 574#define MSGTXCTL 0xFE48
575#define PETXCFG 0xFE49
576#define LTR_CTL 0xFE4A 575#define LTR_CTL 0xFE4A
577#define OBFF_CFG 0xFE4C 576#define OBFF_CFG 0xFE4C
578 577
@@ -606,6 +605,7 @@
606#define DUMMY_REG_RESET_0 0xFE90 605#define DUMMY_REG_RESET_0 0xFE90
607 606
608#define AUTOLOAD_CFG_BASE 0xFF00 607#define AUTOLOAD_CFG_BASE 0xFF00
608#define PETXCFG 0xFF03
609 609
610#define PM_CTRL1 0xFF44 610#define PM_CTRL1 0xFF44
611#define PM_CTRL2 0xFF45 611#define PM_CTRL2 0xFF45