From d997ad034b6a2e840fefb8224bfd85391cafd71d Mon Sep 17 00:00:00 2001 From: Chris Packham Date: Wed, 28 Nov 2018 10:32:00 +1300 Subject: ARM: mvebu: add revision id for Armada-385 B0 Marvell have release a B0 revision of the Armada-385 SoC. This fixes a hardware errata enabling RGMII to work when the Ethernet voltage is configured to 3.3V. Signed-off-by: Chris Packham Reviewed-by: Stefan Roese Signed-off-by: Stefan Roese --- arch/arm/mach-mvebu/serdes/a38x/sys_env_lib.h | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/arm/mach-mvebu/serdes/a38x') diff --git a/arch/arm/mach-mvebu/serdes/a38x/sys_env_lib.h b/arch/arm/mach-mvebu/serdes/a38x/sys_env_lib.h index 50b2358266..365332d2b0 100644 --- a/arch/arm/mach-mvebu/serdes/a38x/sys_env_lib.h +++ b/arch/arm/mach-mvebu/serdes/a38x/sys_env_lib.h @@ -233,6 +233,7 @@ /* A38x revisions */ #define MV_88F68XX_Z1_ID 0x0 #define MV_88F68XX_A0_ID 0x4 +#define MV_88F68XX_B0_ID 0xa /* A39x revisions */ #define MV_88F69XX_Z1_ID 0x2 -- cgit