From b4f8b252195d569035b0ea03bafc5dcd17b39de5 Mon Sep 17 00:00:00 2001 From: =?utf-8?q?Lars=20H=C3=A4ring?= Date: Fri, 28 Mar 2008 17:52:47 +0100 Subject: [PATCH 4/5] =?utf-8?q?Adds=20the=20image=20sensor=20interface=20to=20the=20NGW100=20board=20setup. =20Signed-off-by:=20Lars=20H=C3=A4ring=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit --- arch/avr32/boards/atngw100/setup.c | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/arch/avr32/boards/atngw100/setup.c b/arch/avr32/boards/atngw100/setup.c index 6b3d792..2a7b27c 100644 --- a/arch/avr32/boards/atngw100/setup.c +++ b/arch/avr32/boards/atngw100/setup.c @@ -183,6 +183,11 @@ static int __init atngw100_init(void) at32_add_device_twi(0, NULL, 0); #endif + at32_add_device_isi(0); + + /* Master clock for the camera (GCLK0) */ + at32_select_periph(GPIO_PIN_PA(30), GPIO_PERIPH_A, 0); + return 0; } postcore_initcall(atngw100_init); -- 1.5.4.4