瀏覽代碼

m68knommu: Coldfire GPIO corrections

Pin 0 of the EPORT is not connected on the 523x, 5271, 5275 and 528x and the
TIMER on the 523x has 8 pins, not 4.

Signed-off-by: Steven King <sfking@fdwdc.com>
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Steven King 16 年之前
父節點
當前提交
b0d22d66fd
共有 3 個文件被更改,包括 8 次插入5 次删除
  1. 3 2
      arch/m68knommu/platform/523x/gpio.c
  2. 4 2
      arch/m68knommu/platform/527x/gpio.c
  3. 1 1
      arch/m68knommu/platform/528x/gpio.c

+ 3 - 2
arch/m68knommu/platform/523x/gpio.c

@@ -30,7 +30,8 @@ static struct mcf_gpio_chip mcf_gpio_chips[] = {
 			.direction_output	= mcf_gpio_direction_output,
 			.direction_output	= mcf_gpio_direction_output,
 			.get			= mcf_gpio_get_value,
 			.get			= mcf_gpio_get_value,
 			.set			= mcf_gpio_set_value,
 			.set			= mcf_gpio_set_value,
-			.ngpio			= 8,
+			.base			= 1,
+			.ngpio			= 7,
 		},
 		},
 		.pddr				= MCFEPORT_EPDDR,
 		.pddr				= MCFEPORT_EPDDR,
 		.podr				= MCFEPORT_EPDR,
 		.podr				= MCFEPORT_EPDR,
@@ -244,7 +245,7 @@ static struct mcf_gpio_chip mcf_gpio_chips[] = {
 			.get			= mcf_gpio_get_value,
 			.get			= mcf_gpio_get_value,
 			.set			= mcf_gpio_set_value_fast,
 			.set			= mcf_gpio_set_value_fast,
 			.base			= 96,
 			.base			= 96,
-			.ngpio			= 4,
+			.ngpio			= 8,
 		},
 		},
 		.pddr				= MCFGPIO_PDDR_TIMER,
 		.pddr				= MCFGPIO_PDDR_TIMER,
 		.podr				= MCFGPIO_PODR_TIMER,
 		.podr				= MCFGPIO_PODR_TIMER,

+ 4 - 2
arch/m68knommu/platform/527x/gpio.c

@@ -31,7 +31,8 @@ static struct mcf_gpio_chip mcf_gpio_chips[] = {
 			.direction_output	= mcf_gpio_direction_output,
 			.direction_output	= mcf_gpio_direction_output,
 			.get			= mcf_gpio_get_value,
 			.get			= mcf_gpio_get_value,
 			.set			= mcf_gpio_set_value,
 			.set			= mcf_gpio_set_value,
-			.ngpio			= 8,
+			.base			= 1,
+			.ngpio			= 7,
 		},
 		},
 		.pddr				= MCFEPORT_EPDDR,
 		.pddr				= MCFEPORT_EPDDR,
 		.podr				= MCFEPORT_EPDR,
 		.podr				= MCFEPORT_EPDR,
@@ -263,7 +264,8 @@ static struct mcf_gpio_chip mcf_gpio_chips[] = {
 			.direction_output	= mcf_gpio_direction_output,
 			.direction_output	= mcf_gpio_direction_output,
 			.get			= mcf_gpio_get_value,
 			.get			= mcf_gpio_get_value,
 			.set			= mcf_gpio_set_value,
 			.set			= mcf_gpio_set_value,
-			.ngpio			= 8,
+			.base			= 1,
+			.ngpio			= 7,
 		},
 		},
 		.pddr				= MCFEPORT_EPDDR,
 		.pddr				= MCFEPORT_EPDDR,
 		.podr				= MCFEPORT_EPDR,
 		.podr				= MCFEPORT_EPDR,

+ 1 - 1
arch/m68knommu/platform/528x/gpio.c

@@ -31,7 +31,7 @@ static struct mcf_gpio_chip mcf_gpio_chips[] = {
 			.get			= mcf_gpio_get_value,
 			.get			= mcf_gpio_get_value,
 			.set			= mcf_gpio_set_value,
 			.set			= mcf_gpio_set_value,
 			.base			= 1,
 			.base			= 1,
-			.ngpio			= 8,
+			.ngpio			= 7,
 		},
 		},
 		.pddr				= MCFEPORT_EPDDR,
 		.pddr				= MCFEPORT_EPDDR,
 		.podr				= MCFEPORT_EPDR,
 		.podr				= MCFEPORT_EPDR,