summaryrefslogtreecommitdiff
path: root/include/configs/gw_ventana.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-04-27 04:27:47 (GMT)
committerTom Rini <trini@konsulko.com>2017-04-30 14:29:53 (GMT)
commit0fd28b1f0ed85fe80e68b112259e21c6275da56f (patch)
tree25155621f454bb415ec5ee04f8f7b51a3c028501 /include/configs/gw_ventana.h
parentbdf25a5e04078951e5b7fef4f4c432e88263244f (diff)
downloadu-boot-0fd28b1f0ed85fe80e68b112259e21c6275da56f.tar.xz
power: Drop CONFIG_I2C_PMIC
This is only used by one board and should not be a CONFIG option. Instead it should use the driver model pmic framework. For now, just move the setting into the only board that uses it. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/gw_ventana.h')
-rw-r--r--include/configs/gw_ventana.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/gw_ventana.h b/include/configs/gw_ventana.h
index 2b98f53..28289a3 100644
--- a/include/configs/gw_ventana.h
+++ b/include/configs/gw_ventana.h
@@ -95,7 +95,6 @@
#define CONFIG_SYS_I2C_MXC_I2C3 /* enable I2C bus 3 */
#define CONFIG_SYS_I2C_SPEED 100000
#define CONFIG_I2C_GSC 0
-#define CONFIG_I2C_PMIC 1
#define CONFIG_I2C_EDID
/* MMC Configs */