aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikhil Devshatwar2017-12-01 00:44:55 -0600
committerNikhil Devshatwar2017-12-01 00:50:34 -0600
commit333293e877c338e251c65e8a8a7c45b2cf5c6a06 (patch)
tree4e0f947659fdb9b8bcf06e0e53e03819139bd128
parent6f6aaabf5ae197b6a64787565c5f5843483b3a1c (diff)
downloadu-boot-333293e877c338e251c65e8a8a7c45b2cf5c6a06.tar.gz
u-boot-333293e877c338e251c65e8a8a7c45b2cf5c6a06.tar.xz
u-boot-333293e877c338e251c65e8a8a7c45b2cf5c6a06.zip
ti: dra76: Remove Vin1a_fld conflicting with VOUT1 HDMI power
For Dual HDMI use case, the VOUT1 port is connected to the onboard HDMI chip which converts parallel video to HDMI. For this to work, GPIO3_1 needs to be driven as the same is connected for the power_on signal for this chip. This pad conflicts with the VIN1A_FLD0 signal used for camera on the JAMR board. We do not need the FLD signal for vin1a for any JAMR use case Hence remove this pinmux to solve the conflict and enable VOUT1 HDMI Change-Id: Icea1a31dc2d8427a78b4ac563f649be420aef4cb Signed-off-by: Nikhil Devshatwar <nikhil.nd@ti.com>
-rw-r--r--board/ti/dra7xx/mux_data.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/ti/dra7xx/mux_data.h b/board/ti/dra7xx/mux_data.h
index 37a75f9b89..d0cc4b68b5 100644
--- a/board/ti/dra7xx/mux_data.h
+++ b/board/ti/dra7xx/mux_data.h
@@ -1112,7 +1112,6 @@ const struct pad_conf_entry dra76x_core_padconf_array[] = {
1112#ifdef CONFIG_DRA7XX_JAMR3 1112#ifdef CONFIG_DRA7XX_JAMR3
1113 {VIN1A_CLK0, (M0 | PIN_INPUT_PULLDOWN)}, /* vin1a_clk0.vin1a_clk0 */ 1113 {VIN1A_CLK0, (M0 | PIN_INPUT_PULLDOWN)}, /* vin1a_clk0.vin1a_clk0 */
1114 {VIN1A_DE0, (M0 | PIN_INPUT_PULLDOWN)}, /* vin1a_de0.vin1a_de0 */ 1114 {VIN1A_DE0, (M0 | PIN_INPUT_PULLDOWN)}, /* vin1a_de0.vin1a_de0 */
1115 {VIN1A_FLD0, (M0 | PIN_INPUT_PULLDOWN)}, /* vin1a_fld0.vin1a_fld0 */
1116 {VIN1A_HSYNC0, (M0 | PIN_INPUT_PULLDOWN)}, /* vin1a_hsync0.vin1a_hsync0 */ 1115 {VIN1A_HSYNC0, (M0 | PIN_INPUT_PULLDOWN)}, /* vin1a_hsync0.vin1a_hsync0 */
1117 {VIN1A_VSYNC0, (M0 | PIN_INPUT_PULLDOWN)}, /* vin1a_vsync0.vin1a_vsync0 */ 1116 {VIN1A_VSYNC0, (M0 | PIN_INPUT_PULLDOWN)}, /* vin1a_vsync0.vin1a_vsync0 */
1118 {VIN1A_D0, (M0 | PIN_INPUT_PULLDOWN)}, /* vin1a_d0.vin1a_d0 */ 1117 {VIN1A_D0, (M0 | PIN_INPUT_PULLDOWN)}, /* vin1a_d0.vin1a_d0 */