summaryrefslogtreecommitdiff
path: root/include/configs/arndale.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-08-03 08:19:28 -0600
committerSimon Glass <sjg@chromium.org>2015-08-05 21:06:15 -0600
commitd4061aa0e9bb48e55a958b59950e314c1c03f124 (patch)
tree159b3d983c51355d88032ed5d2d1fda21f6b47f5 /include/configs/arndale.h
parentc65dc7d8742837addfb1b0da3b090967423f4a9b (diff)
downloadu-boot-imx-d4061aa0e9bb48e55a958b59950e314c1c03f124.zip
u-boot-imx-d4061aa0e9bb48e55a958b59950e314c1c03f124.tar.gz
u-boot-imx-d4061aa0e9bb48e55a958b59950e314c1c03f124.tar.bz2
exynos: Enable new features for exynos5 boards
Enable PMICs, regulators and the like so that new drivers will be made available. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/arndale.h')
-rw-r--r--include/configs/arndale.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/arndale.h b/include/configs/arndale.h
index 3ad4a9b..91e32df 100644
--- a/include/configs/arndale.h
+++ b/include/configs/arndale.h
@@ -60,4 +60,8 @@
/* The PERIPHBASE in the CBAR register is wrong on the Arndale, so override it */
#define CONFIG_ARM_GIC_BASE_ADDRESS 0x10480000
+/* Power */
+#define CONFIG_POWER
+#define CONFIG_POWER_I2C
+
#endif /* __CONFIG_H */