summaryrefslogtreecommitdiffstats
path: root/include/configs/mx25pdk.h
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@freescale.com>2012-12-11 04:58:02 +0000
committerStefano Babic <sbabic@denx.de>2012-12-11 17:41:19 +0100
commitcabe240b590adeed975d77744c120b3967a31c12 (patch)
tree2340db7631def564f04f52847b01794d0721d537 /include/configs/mx25pdk.h
parent05a860c228fe6c8f2e7aced8cc8ef88bc1038363 (diff)
downloadtalos-obmc-uboot-cabe240b590adeed975d77744c120b3967a31c12.tar.gz
talos-obmc-uboot-cabe240b590adeed975d77744c120b3967a31c12.zip
mx25pdk: Adapt it for the new PMIC framework
Make the necessary adaptions for the new PMIC framework, so that mx25pdk can be built again. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Acked-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'include/configs/mx25pdk.h')
-rw-r--r--include/configs/mx25pdk.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/configs/mx25pdk.h b/include/configs/mx25pdk.h
index b5338a0009..bbb31613bc 100644
--- a/include/configs/mx25pdk.h
+++ b/include/configs/mx25pdk.h
@@ -108,9 +108,9 @@
#define CONFIG_SYS_FSL_ESDHC_NUM 1
/* PMIC Configs */
-#define CONFIG_PMIC
-#define CONFIG_PMIC_I2C
-#define CONFIG_PMIC_FSL
+#define CONFIG_POWER
+#define CONFIG_POWER_I2C
+#define CONFIG_POWER_FSL
#define CONFIG_PMIC_FSL_MC34704
#define CONFIG_SYS_FSL_PMIC_I2C_ADDR 0x54
OpenPOWER on IntegriCloud