Re: [PATCH] mpc83xx: set MPC83XX_GPIO_CTRLRS to 2 for MPC8309

2020-01-07 Thread Mario Six
On Thu, Dec 12, 2019 at 10:18 AM Rasmus Villemoes wrote: > > The MPC8309 has two gpio controllers (which is already correctly > reflected in its struct immap definition). > > Signed-off-by: Rasmus Villemoes > --- > arch/powerpc/include/asm/arch-mpc83xx/gpio.h | 3 ++- > 1 file changed, 2

[PATCH] mpc83xx: set MPC83XX_GPIO_CTRLRS to 2 for MPC8309

2019-12-12 Thread Rasmus Villemoes
The MPC8309 has two gpio controllers (which is already correctly reflected in its struct immap definition). Signed-off-by: Rasmus Villemoes --- arch/powerpc/include/asm/arch-mpc83xx/gpio.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git