summaryrefslogtreecommitdiffstats
path: root/include/configs/mx35pdk.h
diff options
context:
space:
mode:
authorStefano Babic <sbabic@denx.de>2011-10-06 21:07:42 +0200
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2011-10-27 21:56:31 +0200
commit5213d6e48e1f02beb65dfaf6c0f5ca5cdf742697 (patch)
tree187d1ddd08aed3e316632047c4e9fadb17f4703e /include/configs/mx35pdk.h
parentb7b7d3ccfd16c5b500ea4c1257269a42aaaeac84 (diff)
downloadtalos-obmc-uboot-5213d6e48e1f02beb65dfaf6c0f5ca5cdf742697.tar.gz
talos-obmc-uboot-5213d6e48e1f02beb65dfaf6c0f5ca5cdf742697.zip
MX35: mx35pdk: use new pmic driver
Switch to new pmic generic driver. Signed-off-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'include/configs/mx35pdk.h')
-rw-r--r--include/configs/mx35pdk.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/configs/mx35pdk.h b/include/configs/mx35pdk.h
index 670e76dacc..1707b4d7e2 100644
--- a/include/configs/mx35pdk.h
+++ b/include/configs/mx35pdk.h
@@ -69,8 +69,9 @@
/*
* PMIC Configs
*/
-#define CONFIG_FSL_PMIC
-#define CONFIG_FSL_PMIC_I2C
+#define CONFIG_PMIC
+#define CONFIG_PMIC_I2C
+#define CONFIG_PMIC_FSL
#define CONFIG_SYS_FSL_PMIC_I2C_ADDR 0x08
/*
OpenPOWER on IntegriCloud