Skip to content

Commit

Permalink
ARM: mvebu: Update the SoC ID and revision definitions
Browse files Browse the repository at this point in the history
Add the missing SoC and revision ID for the Armada 370 and 38x SoCs.

Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
  • Loading branch information
Gregory CLEMENT authored and Andrew Lunn committed Jan 9, 2015
1 parent bd92049 commit c657454
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions arch/arm/mach-mvebu/mvebu-soc-id.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,28 @@
#define MV78XX0_A0_REV 0x1
#define MV78XX0_B0_REV 0x2

/* Amada 370 ID */
#define ARMADA_370_DEV_ID 0x6710

/* Amada 370 Revision */
#define ARMADA_370_A1_REV 0x1

/* Armada 375 ID */
#define ARMADA_375_DEV_ID 0x6720

/* Armada 375 */
#define ARMADA_375_Z1_REV 0x0
#define ARMADA_375_A0_REV 0x3

/* Armada 38x ID */
#define ARMADA_380_DEV_ID 0x6810
#define ARMADA_385_DEV_ID 0x6820
#define ARMADA_388_DEV_ID 0x6828

/* Armada 38x Revision */
#define ARMADA_38x_Z1_REV 0x0
#define ARMADA_38x_A0_REV 0x4

#ifdef CONFIG_ARCH_MVEBU
int mvebu_get_soc_id(u32 *dev, u32 *rev);
#else
Expand Down

0 comments on commit c657454

Please sign in to comment.