On Tue, 2010-06-29 at 22:32 +0200, ext Sergio Aguirre wrote: > Following commit missed to remove this: > > commit 044d32ffbcb4a1d400088e3575508f46c0a9face > Author: Koen Kooi <koen.kooi@xxxxxxxxx> > Date: Thu Apr 22 10:23:42 2010 +0200 > > board-omap3-beagle: add DSS2 support > > Signed-off-by: Sergio Aguirre <saaguirre@xxxxxx> > Cc: Koen Kooi <koen.kooi@xxxxxxxxx> > --- > arch/arm/mach-omap2/board-omap3beagle.c | 7 ++----- > 1 files changed, 2 insertions(+), 5 deletions(-) > > diff --git a/arch/arm/mach-omap2/board-omap3beagle.c b/arch/arm/mach-omap2/board-omap3beagle.c > index 7b95cc1..867a4ad 100644 > --- a/arch/arm/mach-omap2/board-omap3beagle.c > +++ b/arch/arm/mach-omap2/board-omap3beagle.c > @@ -169,6 +169,8 @@ static void __init beagle_display_init(void) > { > int r; > > + omap_mux_init_gpio(beagle_dvi_device.reset_gpio, OMAP_PIN_INPUT); It's a reset gpio (actually power up/down, if I recall right), it should be configured as output, shouldn't it? Tomi -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html