From: H. Nikolaus Schaller Date: Fri, 29 Jan 2016 17:48:19 +0000 (+0100) Subject: LC15+Pyra: fix pinmux for gpio3_80 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ab5773dd5f2e625a0adfc88235e9c034f8f87bf;p=pandora-u-boot.git LC15+Pyra: fix pinmux for gpio3_80 Signed-off-by: H. Nikolaus Schaller --- diff --git a/board/pandora/pyra+lc15/pyra+lc15.c b/board/pandora/pyra+lc15/pyra+lc15.c index bed654b5261..43d26ab9784 100644 --- a/board/pandora/pyra+lc15/pyra+lc15.c +++ b/board/pandora/pyra+lc15/pyra+lc15.c @@ -42,7 +42,7 @@ const struct pad_conf_entry core_padconf_array_essential_pyra[] = { {I2C4_SDA, (PTU | IEN | M0)}, /* I2C4_SDA */ /* release some resets */ {MCSPI1_CS1, (PTU | IEN | M6)}, /* GPIO5_144: peripheral reset */ - {HSI1_CAFLAG, (PTU | IEN | M6)}, /* GPIO3_80: usb hub reset */ + {HSI2_CAFLAG, (PTU | IEN | M6)}, /* GPIO3_80: usb hub reset */ }; void set_muxconf_regs_essential(void)