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