summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorŁukasz Majewski <l.majewski@samsung.com>2011-10-03 19:45:51 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2011-10-27 21:56:31 +0200
commit2a7dd9d71cb7086faa102ef1eb148ea6481214ae (patch)
tree59307e8d0eba9348af2f75eb5a470a1d50979da3 /include
parent993858585decc107ddcd7db9c1d374e80ed93d7f (diff)
downloadblackbird-obmc-uboot-2a7dd9d71cb7086faa102ef1eb148ea6481214ae.tar.gz
blackbird-obmc-uboot-2a7dd9d71cb7086faa102ef1eb148ea6481214ae.zip
misc:pmic:samsung Enable PMIC driver at GONI target
Enable support for new PMIC driver at GONI reference target. Signed-off-by: Lukasz Majewski <l.majewski@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Cc: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'include')
-rw-r--r--include/configs/s5p_goni.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/s5p_goni.h b/include/configs/s5p_goni.h
index 6d0058f8e8..a52b0a561b 100644
--- a/include/configs/s5p_goni.h
+++ b/include/configs/s5p_goni.h
@@ -220,6 +220,10 @@
#define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_LOAD_ADDR - 0x1000000)
+#define CONFIG_PMIC
+#define CONFIG_PMIC_I2C
+#define CONFIG_PMIC_MAX8998
+
#include <asm/arch/gpio.h>
/*
* I2C Settings
OpenPOWER on IntegriCloud