summaryrefslogtreecommitdiffstats
path: root/board/gumstix/pepper/mux.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/gumstix/pepper/mux.c')
-rw-r--r--board/gumstix/pepper/mux.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/board/gumstix/pepper/mux.c b/board/gumstix/pepper/mux.c
index 50b12666d6..92c73f8df8 100644
--- a/board/gumstix/pepper/mux.c
+++ b/board/gumstix/pepper/mux.c
@@ -64,6 +64,11 @@ void enable_uart0_pin_mux(void)
configure_module_pin_mux(uart0_pin_mux);
}
+void enable_i2c0_pin_mux(void)
+{
+ configure_module_pin_mux(i2c0_pin_mux);
+}
+
/*
* Do board-specific muxes.
*/
OpenPOWER on IntegriCloud