summaryrefslogtreecommitdiffstats
path: root/include/linux/mfd/rtsx_pci.h
diff options
context:
space:
mode:
authorMicky Ching2015-02-25 06:50:10 +0100
committerLee Jones2015-03-03 17:41:17 +0100
commit9e33ce79f828eb5a1bb9dd4830c7fa719d4279dc (patch)
tree79443d44f62bebfd4eace1cc9ba75ee61dc5a860 /include/linux/mfd/rtsx_pci.h
parentmfd: rtsx: Place register address and values togather (diff)
downloadkernel-qcow2-linux-9e33ce79f828eb5a1bb9dd4830c7fa719d4279dc.tar.gz
kernel-qcow2-linux-9e33ce79f828eb5a1bb9dd4830c7fa719d4279dc.tar.xz
kernel-qcow2-linux-9e33ce79f828eb5a1bb9dd4830c7fa719d4279dc.zip
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/rtsx_pci.h')
-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 @@
#define MSGTXDATA2 0xFE46
#define MSGTXDATA3 0xFE47
#define MSGTXCTL 0xFE48
-#define PETXCFG 0xFE49
#define LTR_CTL 0xFE4A
#define OBFF_CFG 0xFE4C
@@ -606,6 +605,7 @@
#define DUMMY_REG_RESET_0 0xFE90
#define AUTOLOAD_CFG_BASE 0xFF00
+#define PETXCFG 0xFF03
#define PM_CTRL1 0xFF44
#define PM_CTRL2 0xFF45