From: Jarkko N. <jar...@no...> - 2008-11-05 10:28:17
|
On Tue, 04 Nov 2008 18:10:38 +0200 "ext Tomi Valkeinen" <tom...@no...> wrote: > Signed-off-by: Tomi Valkeinen <tom...@no...> > --- > > arch/arm/mach-omap2/board-omap3beagle.c | 121 ++++++++++++++++++++++++++++--- > 1 files changed, 108 insertions(+), 13 deletions(-) > > +static void __init beagle_display_init(void) > +{ > + int r; > + > + r = gpio_request(beagle_display_data_dvi.panel_reset_gpio, "DVI reset GPIO"); > + if(r < 0) { GPIO label "DVI reset" is enough. Jarkko |