|
@@ -335,6 +335,9 @@ static void sun4i_tcon0_mode_set_lvds(struct sun4i_tcon *tcon,
|
|
|
regmap_update_bits(tcon->regs, SUN4I_TCON_GCTL_REG,
|
|
|
SUN4I_TCON_GCTL_IOMAP_MASK,
|
|
|
SUN4I_TCON_GCTL_IOMAP_TCON0);
|
|
|
+
|
|
|
+ /* Enable the output on the pins */
|
|
|
+ regmap_write(tcon->regs, SUN4I_TCON0_IO_TRI_REG, 0xe0000000);
|
|
|
}
|
|
|
|
|
|
static void sun4i_tcon0_mode_set_rgb(struct sun4i_tcon *tcon,
|