aboutsummaryrefslogtreecommitdiff
path: root/include
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 /include
parent88306dbb5a88b9ae1433d198376c64560d6d7c1b (diff)
downloadu-boot-a6e50da0d5a42f84f39edad57cb24a85e8524e6d.zip
u-boot-a6e50da0d5a42f84f39edad57cb24a85e8524e6d.tar.gz
u-boot-a6e50da0d5a42f84f39edad57cb24a85e8524e6d.tar.bz2
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 'include')
-rw-r--r--include/configs/porter.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/include/configs/porter.h b/include/configs/porter.h
index 1816f2f..eb28d1a 100644
--- a/include/configs/porter.h
+++ b/include/configs/porter.h
@@ -49,20 +49,6 @@
#define CONFIG_SYS_TMU_CLK_DIV 4
-/* i2c */
-#define CONFIG_SYS_I2C
-#define CONFIG_SYS_I2C_SH
-#define CONFIG_SYS_I2C_SLAVE 0x7F
-#define CONFIG_SYS_I2C_SH_NUM_CONTROLLERS 3
-#define CONFIG_SYS_I2C_SH_SPEED0 400000
-#define CONFIG_SYS_I2C_SH_SPEED1 400000
-#define CONFIG_SYS_I2C_SH_SPEED2 400000
-#define CONFIG_SH_I2C_DATA_HIGH 4
-#define CONFIG_SH_I2C_DATA_LOW 5
-#define CONFIG_SH_I2C_CLOCK 10000000
-
-#define CONFIG_SYS_I2C_POWERIC_ADDR 0x58 /* da9063 */
-
#define CONFIG_EXTRA_ENV_SETTINGS \
"fdt_high=0xffffffff\0" \
"initrd_high=0xffffffff\0"