summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAlexander Shiyan <shc_work@mail.ru>2012-04-10 23:44:12 +0400
committerSascha Hauer <s.hauer@pengutronix.de>2012-04-11 09:51:01 +0200
commit0e524635d7c5b805f85b4baf37777883b938c380 (patch)
treebac9f01e2d3377b83072a47f76a096161279a049 /include
parentdc505f7e203f383af824db2b44b3364736960476 (diff)
downloadbarebox-0e524635d7c5b805f85b4baf37777883b938c380.tar.gz
barebox-0e524635d7c5b805f85b4baf37777883b938c380.tar.xz
Rename definition MC13892_REG_IDENTIFICATION to MC13XXX_
Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'include')
-rw-r--r--include/mfd/mc13xxx.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/mfd/mc13xxx.h b/include/mfd/mc13xxx.h
index 0a76d356ad..5dfaf4a998 100644
--- a/include/mfd/mc13xxx.h
+++ b/include/mfd/mc13xxx.h
@@ -12,6 +12,8 @@
#ifndef __MFD_MC13XXX_H
#define __MFD_MC13XXX_H
+#define MC13XXX_REG_IDENTIFICATION 0x07
+
#define MC13892_REG_INT_STATUS0 0x00
#define MC13892_REG_INT_MASK0 0x01
#define MC13892_REG_INT_SENSE0 0x02
@@ -19,7 +21,6 @@
#define MC13892_REG_INT_MASK1 0x04
#define MC13892_REG_INT_SENSE1 0x05
#define MC13892_REG_PU_MODE_S 0x06
-#define MC13892_REG_IDENTIFICATION 0x07
#define MC13892_REG_UNUSED0 0x08
#define MC13892_REG_ACC0 0x09
#define MC13892_REG_ACC1 0x0a