summaryrefslogtreecommitdiffstats
path: root/board
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 /board
parentc65dc7d8742837addfb1b0da3b090967423f4a9b (diff)
downloadtalos-obmc-uboot-d4061aa0e9bb48e55a958b59950e314c1c03f124.tar.gz
talos-obmc-uboot-d4061aa0e9bb48e55a958b59950e314c1c03f124.zip
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 'board')
-rw-r--r--board/samsung/smdk5420/smdk5420.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/samsung/smdk5420/smdk5420.c b/board/samsung/smdk5420/smdk5420.c
index 88f4044d63..57cc92c50b 100644
--- a/board/samsung/smdk5420/smdk5420.c
+++ b/board/samsung/smdk5420/smdk5420.c
@@ -50,9 +50,9 @@ static int has_edp_bridge(void)
void exynos_lcd_power_on(void)
{
+#ifdef CONFIG_POWER_TPS65090
int ret;
-#ifdef CONFIG_POWER_TPS65090
ret = tps65090_init();
if (ret < 0) {
printf("%s: tps65090_init() failed\n", __func__);
OpenPOWER on IntegriCloud