diff options
author | Haojian Zhuang <haojian.zhuang@gmail.com> | 2010-09-08 17:44:34 +0400 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2010-10-29 02:29:23 +0400 |
commit | 38b340527aa44bb8d1b88ef1e5a4e26b27695c2b (patch) | |
tree | 54241d7400bd97328a1685c753d24d7b5aeb7cfb /include/linux/mfd/88pm860x.h | |
parent | f0f05b1c751772d19c9c8f36d75e97b1d9687407 (diff) | |
download | linux-38b340527aa44bb8d1b88ef1e5a4e26b27695c2b.tar.xz |
mfd: Update chip id of 88pm8607
Chipid of 88pm8607 is 0x40 or 0x50.
Signed-off-by: Haojian Zhuang <haojian.zhuang@marvell.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'include/linux/mfd/88pm860x.h')
-rw-r--r-- | include/linux/mfd/88pm860x.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mfd/88pm860x.h b/include/linux/mfd/88pm860x.h index bfd23bef7363..4db1fbd8969e 100644 --- a/include/linux/mfd/88pm860x.h +++ b/include/linux/mfd/88pm860x.h @@ -138,7 +138,7 @@ enum { PM8607_ID_RG_MAX, }; -#define PM8607_VERSION (0x40) /* 8607 chip ID */ +/* 8607 chip ID is 0x40 or 0x50 */ #define PM8607_VERSION_MASK (0xF0) /* 8607 chip ID mask */ /* Interrupt Registers */ |