git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b51e9f
)
LC15+Pyra: fix pinmux for gpio3_80
author
H. Nikolaus Schaller
<hns@goldelico.com>
Fri, 29 Jan 2016 17:48:19 +0000
(18:48 +0100)
committer
notaz
<notasas@gmail.com>
Sun, 14 Aug 2016 13:43:31 +0000
(16:43 +0300)
Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com>
board/pandora/pyra+lc15/pyra+lc15.c
patch
|
blob
|
history
diff --git
a/board/pandora/pyra+lc15/pyra+lc15.c
b/board/pandora/pyra+lc15/pyra+lc15.c
index
bed654b
..
43d26ab
100644
(file)
--- 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 */
- {HSI
1
_CAFLAG, (PTU | IEN | M6)}, /* GPIO3_80: usb hub reset */
+ {HSI
2
_CAFLAG, (PTU | IEN | M6)}, /* GPIO3_80: usb hub reset */
};
void set_muxconf_regs_essential(void)