mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
mpc83xx: immap_83xx: add spi8xxx_t in immap for mpc8309
Allow drivers/spi/mpc8xxx_spi.c to be built for an mpc8309 target. Signed-off-by: Rasmus Villemoes <rasmus.villemoes@prevas.dk> Reviewed-by: Mario Six <mario.six@gdsys.cc>
This commit is contained in:
committed by
Mario Six
parent
a3c1e0e067
commit
375d817d9e
@@ -941,8 +941,7 @@ typedef struct immap {
|
|||||||
u8 res4[0x500];
|
u8 res4[0x500];
|
||||||
fsl_lbc_t im_lbc; /* Local Bus Controller Regs */
|
fsl_lbc_t im_lbc; /* Local Bus Controller Regs */
|
||||||
u8 res5[0x1000];
|
u8 res5[0x1000];
|
||||||
u8 spi[0x100];
|
spi8xxx_t spi; /* Serial Peripheral Interface */
|
||||||
u8 res6[0xf00];
|
|
||||||
dma83xx_t dma; /* DMA */
|
dma83xx_t dma; /* DMA */
|
||||||
pciconf83xx_t pci_conf[1]; /* PCI Configuration Registers */
|
pciconf83xx_t pci_conf[1]; /* PCI Configuration Registers */
|
||||||
u8 res7[0x80];
|
u8 res7[0x80];
|
||||||
|
@@ -11,6 +11,7 @@
|
|||||||
#include <asm/types.h>
|
#include <asm/types.h>
|
||||||
|
|
||||||
#if defined(CONFIG_ARCH_MPC8308) || \
|
#if defined(CONFIG_ARCH_MPC8308) || \
|
||||||
|
defined(CONFIG_ARCH_MPC8309) || \
|
||||||
defined(CONFIG_ARCH_MPC8313) || \
|
defined(CONFIG_ARCH_MPC8313) || \
|
||||||
defined(CONFIG_ARCH_MPC8315) || \
|
defined(CONFIG_ARCH_MPC8315) || \
|
||||||
defined(CONFIG_ARCH_MPC834X) || \
|
defined(CONFIG_ARCH_MPC834X) || \
|
||||||
|
Reference in New Issue
Block a user