projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32651e4
)
dra76: fix HDMI HPD pinmux
author
Tomi Valkeinen
<tomi.valkeinen@ti.com>
Fri, 8 Jun 2018 09:51:20 +0000
(12:51 +0300)
committer
Tom Rini
<trini@konsulko.com>
Wed, 13 Jun 2018 11:49:14 +0000
(07:49 -0400)
The pin used for HDMI HPD should be set to GPIO mode on DRA76, similarly
to all the other DRA7 and AM5 SoCs.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
board/ti/dra7xx/mux_data.h
patch
|
blob
|
history
diff --git
a/board/ti/dra7xx/mux_data.h
b/board/ti/dra7xx/mux_data.h
index 7624152afb3b95e83f534ffe1a1472d070d10e0e..f1f6bd5316757168933844ef57a861e134ce5e96 100644
(file)
--- a/
board/ti/dra7xx/mux_data.h
+++ b/
board/ti/dra7xx/mux_data.h
@@
-858,7
+858,7
@@
const struct pad_conf_entry dra76x_core_padconf_array[] = {
{SPI1_D1, (M0 | PIN_INPUT_PULLDOWN)}, /* spi1_d1.spi1_d1 */
{SPI1_D0, (M0 | PIN_INPUT_PULLDOWN)}, /* spi1_d0.spi1_d0 */
{SPI1_CS0, (M0 | PIN_INPUT_PULLUP)}, /* spi1_cs0.spi1_cs0 */
- {SPI1_CS2, (M
6 | 0x000f0000)}, /* spi1_cs2.hdmi1_hpd
*/
+ {SPI1_CS2, (M
14 | PIN_INPUT_PULLDOWN)}, /* spi1_cs2.gpio7_12
*/
{SPI1_CS3, (M6 | PIN_INPUT | SLEWCONTROL)}, /* spi1_cs3.hdmi1_cec */
{SPI2_SCLK, (M1 | PIN_INPUT_PULLDOWN)}, /* spi2_sclk.uart3_rxd */
{SPI2_D1, (M1 | PIN_INPUT_SLEW)}, /* spi2_d1.uart3_txd */