summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--arch/arm/mach-tegra/board-colibri_t20-panel.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-tegra/board-colibri_t20-panel.c b/arch/arm/mach-tegra/board-colibri_t20-panel.c
index 21a992252922..6cb83ce29cf5 100644
--- a/arch/arm/mach-tegra/board-colibri_t20-panel.c
+++ b/arch/arm/mach-tegra/board-colibri_t20-panel.c
@@ -328,11 +328,11 @@ static struct tegra_fb_data colibri_t20_hdmi_fb_data = {
static struct tegra_dc_out_pin colibri_t20_dc_out_pins[] = {
{
.name = TEGRA_DC_OUT_PIN_H_SYNC,
- .pol = TEGRA_DC_OUT_PIN_POL_HIGH,
+ .pol = TEGRA_DC_OUT_PIN_POL_LOW,
},
{
.name = TEGRA_DC_OUT_PIN_V_SYNC,
- .pol = TEGRA_DC_OUT_PIN_POL_HIGH,
+ .pol = TEGRA_DC_OUT_PIN_POL_LOW,
},
{
.name = TEGRA_DC_OUT_PIN_PIXEL_CLOCK,