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:
08c1c76
)
Pyra: turn on keyboard backlight by MLO/SPL for quick feedback
author
H. Nikolaus Schaller
<hns@goldelico.com>
Thu, 7 Apr 2016 17:38:23 +0000
(19:38 +0200)
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
43d26ab
..
50077f3
100644
(file)
--- a/
board/pandora/pyra+lc15/pyra+lc15.c
+++ b/
board/pandora/pyra+lc15/pyra+lc15.c
@@
-40,9
+40,10
@@
const struct pad_conf_entry core_padconf_array_essential_pyra[] = {
{I2C3_SDA, (PTU | IEN | M0)}, /* I2C3_SDA */
{I2C4_SCL, (PTU | IEN | M0)}, /* I2C4_SCL */
{I2C4_SDA, (PTU | IEN | M0)}, /* I2C4_SDA */
- /*
release
some resets */
+ /* some resets */
{MCSPI1_CS1, (PTU | IEN | M6)}, /* GPIO5_144: peripheral reset */
{HSI2_CAFLAG, (PTU | IEN | M6)}, /* GPIO3_80: usb hub reset */
+ {TIMER8_PWM_EVT, (PTU | IEN | M6)}, /* GPIO8_230: keyboard backlight - pulled high */
};
void set_muxconf_regs_essential(void)