]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - security-integration-tree/security-ti-u-boot.git/commitdiff
board: ti: am57xx: Fix HDMI HPD detect muxing
authorSteve Kipisz <s-kipisz2@ti.com>
Thu, 19 Nov 2015 15:20:43 +0000 (09:20 -0600)
committerTero Kristo <t-kristo@ti.com>
Thu, 19 Nov 2015 16:35:27 +0000 (18:35 +0200)
SPI1_CS2 pin is expected to be used as GPIO rather than as HDMI HPD
mode, so update the same.

Signed-off-by: Steve Kipisz <s-kipisz2@ti.com>
Acked-by: Nishanth Menon <nm@ti.com>
board/ti/am57xx/mux_data.h

index 5e4263bf26e2cc1d93f483159284781c6023a7e8..d6da9d6733d8d9a9278392422e3633ad68d1c506 100644 (file)
@@ -456,7 +456,7 @@ const struct pad_conf_entry core_padconf_array_essential_am572x_idk[] = {
        {MMC1_DAT3, (M0 | PIN_INPUT_PULLUP)},   /* mmc1_dat3.mmc1_dat3 */
        {MMC1_SDCD, (M0 | PIN_INPUT_PULLUP)},   /* mmc1_sdcd.mmc1_sdcd */
        {MMC1_SDWP, (M14 | PIN_OUTPUT)},        /* mmc1_sdwp.gpio6_28 */
-       {SPI1_CS2, (M6 | PIN_INPUT_PULLUP)},    /* spi1_cs2.hdmi1_hdp */
+       {SPI1_CS2, (M14 | PIN_INPUT_PULLDOWN)}, /* spi1_cs2.gpio7_12 */
        {SPI1_CS3, (M6 | PIN_INPUT_PULLUP | SLEWCONTROL)},      /* spi1_cs3.hdmi1_cec */
        {DCAN1_TX, (M0 | PIN_INPUT_PULLUP | SLEWCONTROL)},      /* dcan1_tx.dcan1_tx */
        {DCAN1_RX, (M0 | PIN_INPUT_PULLUP | SLEWCONTROL)},      /* dcan1_rx.dcan1_rx */
@@ -673,7 +673,7 @@ const struct pad_conf_entry core_padconf_array_essential_am571x_idk[] = {
        {SPI1_D0, (M14 | PIN_INPUT_PULLDOWN)},  /* spi1_d0.gpio7_9 */
        {SPI1_CS0, (M14 | PIN_INPUT_PULLDOWN)}, /* spi1_cs0.gpio7_10 */
        {SPI1_CS1, (M14 | PIN_INPUT_PULLDOWN)}, /* spi1_cs1.gpio7_11 */
-       {SPI1_CS2, (M6 | PIN_INPUT_PULLUP | SLEWCONTROL)},      /* spi1_cs2.hdmi1_hpd */
+       {SPI1_CS2, (M14 | PIN_INPUT_PULLDOWN)}, /* spi1_cs2.gpio7_12 */
        {SPI1_CS3, (M6 | PIN_INPUT_PULLUP | SLEWCONTROL)},      /* spi1_cs3.hdmi1_cec */
        {SPI2_SCLK, (M0 | PIN_INPUT_PULLDOWN)}, /* spi2_sclk.spi2_sclk */
        {SPI2_D1, (M0 | PIN_INPUT_SLEW)},       /* spi2_d1.spi2_d1 */