summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Murthy <arun.murthy@stericsson.com>2011-06-23 18:51:06 +0530
committerUlf Hansson <ulf.hansson@stericsson.com>2011-09-19 15:15:51 +0200
commite630ba9b3a10d5b59a9cf80843e9a42d521a55b3 (patch)
tree5aa19648388369d9d6753eb0631f835cefdddadd
parenta6e2ef88888b303651f83eeec0ac94ce897620e3 (diff)
mfd: ab5500 - maintain proper ordering of the deviceid
ab5500 core driver appends device deviceid to the device name and hence the order should be maintained in defining the deviceid Ex: sound/soc/ux500/u5500.c: .codec_name = "ab5500-codec.9", Since 2 new devices chargalg and btemp were added prior to codec audio stopped working. ST-Ericsson Linux next: Not Tested ST-Ericsson ID: WP256401 ST-Ericsson FOSS-OUT ID: Trivial Change-Id: Id44e60a16d2c2b7181edd8fb553c3220788d6326 Signed-off-by: Arun Murthy <arun.murthy@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/25788 Reviewed-by: QATEST Reviewed-by: Srinidhi KASAGAR <srinidhi.kasagar@stericsson.com>
-rw-r--r--include/linux/mfd/abx500.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/mfd/abx500.h b/include/linux/mfd/abx500.h
index 37a4bfecc30..7a1d3179f6a 100644
--- a/include/linux/mfd/abx500.h
+++ b/include/linux/mfd/abx500.h
@@ -220,9 +220,7 @@ enum ab5500_devid {
AB5500_DEVID_SIM,
AB5500_DEVID_RTC,
AB5500_DEVID_CHARGER,
- AB5500_DEVID_CHARGALG,
AB5500_DEVID_FG,
- AB5500_DEVID_BTEMP,
AB5500_DEVID_VIBRATOR,
AB5500_DEVID_CODEC,
AB5500_DEVID_USB,
@@ -230,6 +228,8 @@ enum ab5500_devid {
AB5500_DEVID_VIDEO,
AB5500_DEVID_DBIECI,
AB5500_DEVID_ONSWA,
+ AB5500_DEVID_CHARGALG,
+ AB5500_DEVID_BTEMP,
AB5500_NUM_DEVICES,
};