|
@@ -448,7 +448,7 @@ static struct lpc32xx_gpio_chip lpc32xx_gpiochip[] = {
|
|
.base = LPC32XX_GPIO_P0_GRP,
|
|
.base = LPC32XX_GPIO_P0_GRP,
|
|
.ngpio = LPC32XX_GPIO_P0_MAX,
|
|
.ngpio = LPC32XX_GPIO_P0_MAX,
|
|
.names = gpio_p0_names,
|
|
.names = gpio_p0_names,
|
|
- .can_sleep = 0,
|
|
|
|
|
|
+ .can_sleep = false,
|
|
},
|
|
},
|
|
.gpio_grp = &gpio_grp_regs_p0,
|
|
.gpio_grp = &gpio_grp_regs_p0,
|
|
},
|
|
},
|
|
@@ -464,7 +464,7 @@ static struct lpc32xx_gpio_chip lpc32xx_gpiochip[] = {
|
|
.base = LPC32XX_GPIO_P1_GRP,
|
|
.base = LPC32XX_GPIO_P1_GRP,
|
|
.ngpio = LPC32XX_GPIO_P1_MAX,
|
|
.ngpio = LPC32XX_GPIO_P1_MAX,
|
|
.names = gpio_p1_names,
|
|
.names = gpio_p1_names,
|
|
- .can_sleep = 0,
|
|
|
|
|
|
+ .can_sleep = false,
|
|
},
|
|
},
|
|
.gpio_grp = &gpio_grp_regs_p1,
|
|
.gpio_grp = &gpio_grp_regs_p1,
|
|
},
|
|
},
|
|
@@ -479,7 +479,7 @@ static struct lpc32xx_gpio_chip lpc32xx_gpiochip[] = {
|
|
.base = LPC32XX_GPIO_P2_GRP,
|
|
.base = LPC32XX_GPIO_P2_GRP,
|
|
.ngpio = LPC32XX_GPIO_P2_MAX,
|
|
.ngpio = LPC32XX_GPIO_P2_MAX,
|
|
.names = gpio_p2_names,
|
|
.names = gpio_p2_names,
|
|
- .can_sleep = 0,
|
|
|
|
|
|
+ .can_sleep = false,
|
|
},
|
|
},
|
|
.gpio_grp = &gpio_grp_regs_p2,
|
|
.gpio_grp = &gpio_grp_regs_p2,
|
|
},
|
|
},
|
|
@@ -495,7 +495,7 @@ static struct lpc32xx_gpio_chip lpc32xx_gpiochip[] = {
|
|
.base = LPC32XX_GPIO_P3_GRP,
|
|
.base = LPC32XX_GPIO_P3_GRP,
|
|
.ngpio = LPC32XX_GPIO_P3_MAX,
|
|
.ngpio = LPC32XX_GPIO_P3_MAX,
|
|
.names = gpio_p3_names,
|
|
.names = gpio_p3_names,
|
|
- .can_sleep = 0,
|
|
|
|
|
|
+ .can_sleep = false,
|
|
},
|
|
},
|
|
.gpio_grp = &gpio_grp_regs_p3,
|
|
.gpio_grp = &gpio_grp_regs_p3,
|
|
},
|
|
},
|
|
@@ -509,7 +509,7 @@ static struct lpc32xx_gpio_chip lpc32xx_gpiochip[] = {
|
|
.base = LPC32XX_GPI_P3_GRP,
|
|
.base = LPC32XX_GPI_P3_GRP,
|
|
.ngpio = LPC32XX_GPI_P3_MAX,
|
|
.ngpio = LPC32XX_GPI_P3_MAX,
|
|
.names = gpi_p3_names,
|
|
.names = gpi_p3_names,
|
|
- .can_sleep = 0,
|
|
|
|
|
|
+ .can_sleep = false,
|
|
},
|
|
},
|
|
.gpio_grp = &gpio_grp_regs_p3,
|
|
.gpio_grp = &gpio_grp_regs_p3,
|
|
},
|
|
},
|
|
@@ -523,7 +523,7 @@ static struct lpc32xx_gpio_chip lpc32xx_gpiochip[] = {
|
|
.base = LPC32XX_GPO_P3_GRP,
|
|
.base = LPC32XX_GPO_P3_GRP,
|
|
.ngpio = LPC32XX_GPO_P3_MAX,
|
|
.ngpio = LPC32XX_GPO_P3_MAX,
|
|
.names = gpo_p3_names,
|
|
.names = gpo_p3_names,
|
|
- .can_sleep = 0,
|
|
|
|
|
|
+ .can_sleep = false,
|
|
},
|
|
},
|
|
.gpio_grp = &gpio_grp_regs_p3,
|
|
.gpio_grp = &gpio_grp_regs_p3,
|
|
},
|
|
},
|