Re: [PATCH] mpc83xx: immap_83xx: add spi8xxx_t in immap for mpc8309

2020-01-07 Thread Mario Six
On Thu, Dec 12, 2019 at 9:35 AM Rasmus Villemoes wrote: > > Allow drivers/spi/mpc8xxx_spi.c to be built for an mpc8309 target. > > Signed-off-by: Rasmus Villemoes > --- > arch/powerpc/include/asm/immap_83xx.h | 3 +-- > arch/powerpc/include/asm/mpc8xxx_spi.h | 1 + > 2 files changed, 2

[PATCH] mpc83xx: immap_83xx: add spi8xxx_t in immap for mpc8309

2019-12-12 Thread Rasmus Villemoes
Allow drivers/spi/mpc8xxx_spi.c to be built for an mpc8309 target. Signed-off-by: Rasmus Villemoes --- arch/powerpc/include/asm/immap_83xx.h | 3 +-- arch/powerpc/include/asm/mpc8xxx_spi.h | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git