summaryrefslogtreecommitdiff
path: root/configs/porter_defconfig
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut+renesas@gmail.com>2018-02-17 02:15:08 +0100
committerMarek Vasut <marex@denx.de>2018-02-17 22:00:25 +0100
commita6e50da0d5a42f84f39edad57cb24a85e8524e6d (patch)
tree0822fff1d8ef4aa75203f970199599d9b8337bd5 /configs/porter_defconfig
parent88306dbb5a88b9ae1433d198376c64560d6d7c1b (diff)
ARM: rmobile: Replace SH I2C with IIC on Porter
Get rid of the SH I2C driver on Porter and enable the IIC driver instead . The old SH I2C is completely broken on Porter anyway and the DM/DT capable IIC driver allows access to the PMIC too. Use the DM/DT capable driver instead. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'configs/porter_defconfig')
-rw-r--r--configs/porter_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/porter_defconfig b/configs/porter_defconfig
index 53d197c2fa..736576c78e 100644
--- a/configs/porter_defconfig
+++ b/configs/porter_defconfig
@@ -50,6 +50,8 @@ CONFIG_SPL_CLK=y
CONFIG_CLK_RENESAS=y
CONFIG_DM_GPIO=y
CONFIG_RCAR_GPIO=y
+CONFIG_DM_I2C=y
+CONFIG_SYS_I2C_RCAR_IIC=y
CONFIG_DM_MMC=y
CONFIG_MMC_UNIPHIER=y
CONFIG_SPI_FLASH=y