diff options
author | Gabe Black <gabeblack@google.com> | 2013-06-15 23:40:26 -0700 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2013-07-10 21:50:06 +0200 |
commit | e6a44ebb29d7fb9ac6bbef0db4bd0e3100a72f55 (patch) | |
tree | 59b8bf7498aa260696eadbc88641b0718fb8a441 /src/cpu/samsung/exynos5420/i2c.c | |
parent | fe6406033fe327d4ae408b02efc060b4b421bc03 (diff) |
exynos5420: Implement support for the pinmux as functions.
Change-Id: I5e0ec360597cd95cb6510fb32b04d8931e6a33db
Signed-off-by: Gabe Black <gabeblack@chromium.org>
Reviewed-on: http://review.coreboot.org/3674
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/cpu/samsung/exynos5420/i2c.c')
-rw-r--r-- | src/cpu/samsung/exynos5420/i2c.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cpu/samsung/exynos5420/i2c.c b/src/cpu/samsung/exynos5420/i2c.c index 98eb64106e..43cc4d2d6f 100644 --- a/src/cpu/samsung/exynos5420/i2c.c +++ b/src/cpu/samsung/exynos5420/i2c.c @@ -157,7 +157,6 @@ static void i2c_ch_init(struct s3c24x0_i2c_bus *bus, int speed, int slaveadd) */ static void i2c_bus_init(struct s3c24x0_i2c_bus *bus, int speed, int slaveadd) { - exynos_pinmux_config(bus->periph_id, 0); i2c_ch_init(bus, speed, slaveadd); } |