pandora: mux out unused pin so it doesn't interfere
[pandora-kernel.git] / arch / arm / mach-omap2 / board-omap3pandora.c
index 3c82d9e..feed150 100644 (file)
@@ -784,6 +784,8 @@ static const struct usbhs_omap_board_data usbhs_bdata __initconst = {
 static struct omap_board_mux board_mux[] __initdata = {
        /* enable wakeup for pandora button (GPIO99) */
        OMAP3_MUX(CAM_D0, OMAP_INPUT_EN | OMAP_WAKEUP_EN | OMAP_MUX_MODE4),
+       /* noisy unused signal from LCD cable */
+       OMAP3_MUX(CAM_VS, OMAP_INPUT_EN | OMAP_PULL_ENA | OMAP_PULL_UP | OMAP_MUX_MODE7),
        { .reg_offset = OMAP_MUX_TERMINATOR },
 };
 #endif