summaryrefslogtreecommitdiffstats
path: root/include/configs
diff options
context:
space:
mode:
authorPrzemyslaw Marczak <p.marczak@samsung.com>2015-05-13 13:38:25 +0200
committerSimon Glass <sjg@chromium.org>2015-05-14 19:58:34 -0600
commitca2b933a382e823989c97a7d83c39825b8c22696 (patch)
treefc079071db9aa6c2ebb25198a077841c4dbb924b /include/configs
parent5d8d42b38190f7d5407b43f7f111e74f5f4fb4f7 (diff)
downloadblackbird-obmc-uboot-ca2b933a382e823989c97a7d83c39825b8c22696.tar.gz
blackbird-obmc-uboot-ca2b933a382e823989c97a7d83c39825b8c22696.zip
odroid: enable driver model pmic/regulator API and MAX77686 drivers
This change enables the configs required to init and setup max77686 regulator driver, using the new driver model pmic and regulator API. And also changes the old pmic framework calls to the new ones. This commits enables: - CONFIG_ERRNO_STR - CONFIG_DM_PMIC - CONFIG_DM_PMIC_CMD - CONFIG_DM_PMIC_MAX77686 - CONFIG_DM_REGULATOR - CONFIG_DM_REGULATOR_CMD - CONFIG_DM_REGULATOR_MAX77686 And removes the unused: - CONFIG_DM_I2C_COMPAT - CONFIG_POWER - CONFIG_POWER_I2C - CONFIG_POWER_MAX77686 Signed-off-by: Przemyslaw Marczak <p.marczak@samsung.com> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/odroid.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/odroid.h b/include/configs/odroid.h
index 5ee0abe02a..3874baa940 100644
--- a/include/configs/odroid.h
+++ b/include/configs/odroid.h
@@ -182,11 +182,6 @@
#define CONFIG_SYS_I2C_S3C24X0_SPEED 100000
#define CONFIG_SYS_I2C_S3C24X0_SLAVE 0
-/* POWER */
-#define CONFIG_POWER
-#define CONFIG_POWER_I2C
-#define CONFIG_POWER_MAX77686
-
/* GPT */
#define CONFIG_RANDOM_UUID
OpenPOWER on IntegriCloud