diff options
author | Philippe Begnic <philippe.begnic@st.com> | 2013-05-27 14:41:31 +0200 |
---|---|---|
committer | Mike Turquette <mturquette@linaro.org> | 2013-06-06 18:17:16 -0700 |
commit | 54e300339cce6d4be665e6bbd736123dd0f15888 (patch) | |
tree | c3b59f5ae060ab1a5b20fa99f9d594f9c46c5ffd /include/linux/mfd | |
parent | 852bbba96773777efc2b932f2c5939c6fbf252da (diff) |
mfd: db8500: Update BML clock register for db8580
BML clock register address in DB8580 has changed.Defined a new address
under different name for DB8580.
Signed-off-by: Philippe Begnic <philippe.begnic@st.com>
Acked-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
Diffstat (limited to 'include/linux/mfd')
-rw-r--r-- | include/linux/mfd/dbx500-prcmu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mfd/dbx500-prcmu.h b/include/linux/mfd/dbx500-prcmu.h index d0ba355cc55f..ca0790fba2f5 100644 --- a/include/linux/mfd/dbx500-prcmu.h +++ b/include/linux/mfd/dbx500-prcmu.h @@ -138,6 +138,7 @@ enum prcmu_clock { PRCMU_G1CLK, /* Ux540 only */ PRCMU_SDMMCHCLK, PRCMU_CAMCLK, + PRCMU_BML8580CLK, PRCMU_NUM_REG_CLOCKS, PRCMU_SYSCLK = PRCMU_NUM_REG_CLOCKS, PRCMU_CDCLK, |