summaryrefslogtreecommitdiffstats
path: root/include/configs/efikamx.h
diff options
context:
space:
mode:
authorStefano Babic <sbabic@denx.de>2011-10-06 11:44:26 +0200
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2011-10-27 21:56:31 +0200
commit9c38f7dfeb3543a35a250fff744d5039badb941b (patch)
treee421cda009ca08e3055b411cc05049a6b97b09b3 /include/configs/efikamx.h
parentf33bd087c6a6b833236cb2f327cab39fe218c38c (diff)
downloadtalos-obmc-uboot-9c38f7dfeb3543a35a250fff744d5039badb941b.tar.gz
talos-obmc-uboot-9c38f7dfeb3543a35a250fff744d5039badb941b.zip
MX5: efikamx/efikasb: use new pmic driver
Switch to new pmic generic driver. Signed-off-by: Stefano Babic <sbabic@denx.de> CC: Marek Vasut <marek.vasut@gmail.com> Acked-by: Marek Vasut <marek.vasut@gmail.com>
Diffstat (limited to 'include/configs/efikamx.h')
-rw-r--r--include/configs/efikamx.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/configs/efikamx.h b/include/configs/efikamx.h
index 54f48e446d..7e4b424de4 100644
--- a/include/configs/efikamx.h
+++ b/include/configs/efikamx.h
@@ -124,11 +124,14 @@
#endif
/* SPI PMIC */
-#define CONFIG_FSL_PMIC
+#define CONFIG_PMIC
+#define CONFIG_PMIC_SPI
+#define CONFIG_PMIC_FSL
#define CONFIG_FSL_PMIC_BUS 0
#define CONFIG_FSL_PMIC_CS (0 | 120 << 8)
#define CONFIG_FSL_PMIC_CLK 25000000
#define CONFIG_FSL_PMIC_MODE (SPI_MODE_0 | SPI_CS_HIGH)
+#define CONFIG_FSL_PMIC_BITLEN 32
#define CONFIG_RTC_MC13783
#endif
OpenPOWER on IntegriCloud