Heiko, On Tue, Jul 15, 2014 at 4:01 PM, Heiko Stübner <heiko@xxxxxxxxx> wrote: > The new rk3288 needs a bigger gpio space, as it has 9 gpio banks. > > Signed-off-by: Heiko Stuebner <heiko@xxxxxxxxx> > --- > arch/arm/Kconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig > index 87b63fd..8d1dee0 100644 > --- a/arch/arm/Kconfig > +++ b/arch/arm/Kconfig > @@ -1574,6 +1574,7 @@ config ARCH_NR_GPIO > default 416 if ARCH_SUNXI > default 392 if ARCH_U8500 > default 352 if ARCH_VT8500 > + default 288 if ARCH_ROCKCHIP Looks reasonable. 9 banks of 32 and that matches what's in the pinmux driver. Reviewed-by: Doug Anderson <dianders@xxxxxxxxxxxx> Tested-by: Doug Anderson <dianders@xxxxxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html