diff options
author | Bengt Jonsson <bengt.g.jonsson@stericsson.com> | 2012-03-15 19:50:51 +0100 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2012-03-16 20:59:19 +0100 |
commit | 1927ddf66805fca2af010c3e9d0b29216aed0fae (patch) | |
tree | c5b9053f491e1989a385917ffd33d0e0b1e8ecf8 /include/linux/mfd/db8500-prcmu.h | |
parent | 5f96a1a6d5d82f79015e5e480e4ac8772607f69b (diff) | |
download | talos-op-linux-1927ddf66805fca2af010c3e9d0b29216aed0fae.tar.gz talos-op-linux-1927ddf66805fca2af010c3e9d0b29216aed0fae.zip |
mfd: Add 8420 variant to db8500-prcmu
Signed-off-by: Bengt Jonsson <bengt.g.jonsson@stericsson.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'include/linux/mfd/db8500-prcmu.h')
-rw-r--r-- | include/linux/mfd/db8500-prcmu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mfd/db8500-prcmu.h b/include/linux/mfd/db8500-prcmu.h index 19ea0a6b542a..b3a43b1263fe 100644 --- a/include/linux/mfd/db8500-prcmu.h +++ b/include/linux/mfd/db8500-prcmu.h @@ -498,6 +498,7 @@ struct prcmu_auto_pm_config { #define PRCMU_FW_PROJECT_U8500_C2 7 #define PRCMU_FW_PROJECT_U9500_C2 11 #define PRCMU_FW_PROJECT_U8520 13 +#define PRCMU_FW_PROJECT_U8420 14 struct prcmu_fw_version { u8 project; |