collie: fix scoop convesion to new api
authorThomas Kunze <thommycheck@gmx.de>
Tue, 28 Oct 2008 18:41:39 +0000 (21:41 +0300)
committerThomas Kunze <tkunze@tkunze-desktop.(none)>
Fri, 27 Nov 2009 20:07:15 +0000 (21:07 +0100)
arch/arm/mach-sa1100/collie.c

index bbf2ebcc3066b517658697a830a94a0af0ba58b9..b629cbaaec51f65990d13c63192f0f2c058bc312 100644 (file)
@@ -56,6 +56,7 @@ static struct resource collie_scoop_resources[] = {
 static struct scoop_config collie_scoop_setup = {
        .io_dir         = COLLIE_SCOOP_IO_DIR,
        .io_out         = COLLIE_SCOOP_IO_OUT,
+       .gpio_base      = COLLIE_SCOOP_GPIO_BASE,
 };
 
 struct platform_device colliescoop_device = {
This page took 0.025429 seconds and 5 git commands to generate.