summaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm/immap_83xx.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-01-09 13:42:43 -0500
committerTom Rini <trini@konsulko.com>2020-01-09 13:42:43 -0500
commitc00bd81ae0d6eb1f94e26b31be3a64cadaa05bcb (patch)
treeb22ed421df354799a4b08ca2f4fa3cc3a02ae715 /arch/powerpc/include/asm/immap_83xx.h
parentd6b92b9742f125542dd0985976c3a6c560ed40fd (diff)
parentfddf876a8f56ff53d1354387ebf7fd3997189349 (diff)
Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-mpc83xx
- A small PR with MC8309 fixes from Rasmus.
Diffstat (limited to 'arch/powerpc/include/asm/immap_83xx.h')
-rw-r--r--arch/powerpc/include/asm/immap_83xx.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/powerpc/include/asm/immap_83xx.h b/arch/powerpc/include/asm/immap_83xx.h
index d02da6495ce..609869c7154 100644
--- a/arch/powerpc/include/asm/immap_83xx.h
+++ b/arch/powerpc/include/asm/immap_83xx.h
@@ -941,8 +941,7 @@ typedef struct immap {
u8 res4[0x500];
fsl_lbc_t im_lbc; /* Local Bus Controller Regs */
u8 res5[0x1000];
- u8 spi[0x100];
- u8 res6[0xf00];
+ spi8xxx_t spi; /* Serial Peripheral Interface */
dma83xx_t dma; /* DMA */
pciconf83xx_t pci_conf[1]; /* PCI Configuration Registers */
u8 res7[0x80];