瀏覽代碼

collie: fix scoop convesion to new api

Thomas Kunze 16 年之前
父節點
當前提交
f151ccf76b
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      arch/arm/mach-sa1100/collie.c

+ 1 - 0
arch/arm/mach-sa1100/collie.c

@@ -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 = {