summaryrefslogtreecommitdiff
path: root/src/mainboard/google/pit/mainboard.c
diff options
context:
space:
mode:
authorGabe Black <gabeblack@google.com>2013-06-15 23:40:26 -0700
committerStefan Reinauer <stefan.reinauer@coreboot.org>2013-07-10 21:50:06 +0200
commite6a44ebb29d7fb9ac6bbef0db4bd0e3100a72f55 (patch)
tree59b8bf7498aa260696eadbc88641b0718fb8a441 /src/mainboard/google/pit/mainboard.c
parentfe6406033fe327d4ae408b02efc060b4b421bc03 (diff)
downloadcoreboot-e6a44ebb29d7fb9ac6bbef0db4bd0e3100a72f55.tar.xz
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/mainboard/google/pit/mainboard.c')
-rw-r--r--src/mainboard/google/pit/mainboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/pit/mainboard.c b/src/mainboard/google/pit/mainboard.c
index dccb09572e..7743864f68 100644
--- a/src/mainboard/google/pit/mainboard.c
+++ b/src/mainboard/google/pit/mainboard.c
@@ -56,7 +56,7 @@ static enum exynos5_gpio_pin dp_hpd = GPIO_X07; /* active high */
static void exynos_dp_bridge_setup(void)
{
- exynos_pinmux_config(PERIPH_ID_DPHPD, 0);
+ exynos_pinmux_dphpd();
gpio_set_value(dp_pd_l, 1);
gpio_cfg_pin(dp_pd_l, GPIO_OUTPUT);