diff options
author | Tom Rini <trini@konsulko.com> | 2018-11-30 11:20:03 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-11-30 11:20:03 -0500 |
commit | d814ff34a1ffb1e60059c964ad692c5c8fc8564b (patch) | |
tree | ade7957449a4c2c394ac07d1319b6f4873cf4dc6 /arch/arm/mach-mvebu/include/mach | |
parent | 6d4a3ff2649faa2cf2739e332557f256cc34831e (diff) | |
parent | d997ad034b6a2e840fefb8224bfd85391cafd71d (diff) |
Merge git://git.denx.de/u-boot-marvell
- Some Kirkwood boards converted to DM_SPI by Chris
- New Armada-385 SoC revision printed by Chris
- Ethernet enable on mcbin by Baruch
- Support 2 DRAM banks on Armada-8k boards by Baruch
Diffstat (limited to 'arch/arm/mach-mvebu/include/mach')
-rw-r--r-- | arch/arm/mach-mvebu/include/mach/soc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mvebu/include/mach/soc.h b/arch/arm/mach-mvebu/include/mach/soc.h index 6e2e14efe0..01577f469b 100644 --- a/arch/arm/mach-mvebu/include/mach/soc.h +++ b/arch/arm/mach-mvebu/include/mach/soc.h @@ -27,6 +27,7 @@ /* A38x revisions */ #define MV_88F68XX_Z1_ID 0x0 #define MV_88F68XX_A0_ID 0x4 +#define MV_88F68XX_B0_ID 0xa /* TCLK Core Clock definition */ #ifndef CONFIG_SYS_TCLK |