On Thu, Dec 12, 2019 at 10:18 AM Rasmus Villemoes <[email protected]> wrote: > > The MPC8309 has two gpio controllers (which is already correctly > reflected in its struct immap definition). > > Signed-off-by: Rasmus Villemoes <[email protected]> > --- > arch/powerpc/include/asm/arch-mpc83xx/gpio.h | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/arch/powerpc/include/asm/arch-mpc83xx/gpio.h > b/arch/powerpc/include/asm/arch-mpc83xx/gpio.h > index 385d651d20..8a6896e622 100644 > --- a/arch/powerpc/include/asm/arch-mpc83xx/gpio.h > +++ b/arch/powerpc/include/asm/arch-mpc83xx/gpio.h > @@ -9,7 +9,8 @@ > #if defined(CONFIG_ARCH_MPC8313) || defined(CONFIG_ARCH_MPC8308) || \ > defined(CONFIG_ARCH_MPC8315) > #define MPC83XX_GPIO_CTRLRS 1 > -#elif defined(CONFIG_ARCH_MPC834X) || defined(CONFIG_ARCH_MPC837X) > +#elif defined(CONFIG_ARCH_MPC834X) || defined(CONFIG_ARCH_MPC837X) || \ > + defined(CONFIG_ARCH_MPC8309) > #define MPC83XX_GPIO_CTRLRS 2 > #else > #define MPC83XX_GPIO_CTRLRS 0 > -- > 2.23.0 > Reviewed-by: Mario Six <[email protected]>
Applied to mpc83xx/next. Best regards, Mario

