Merge git://git.denx.de/u-boot-usb
[platform/kernel/u-boot.git] / board / gumstix / pepper / mux.c
index 50b1266..92c73f8 100644 (file)
@@ -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.
  */