ADD: [armada] support for armada 385 rev B0

BugzID: 56175
This commit is contained in:
Marcel Reichmuth 2019-03-20 14:03:07 +01:00
parent 4e828bb447
commit cfcf5ab0aa
3 changed files with 5 additions and 0 deletions

View File

@ -262,6 +262,9 @@ int print_cpuinfo(void)
case MV_88F68XX_A0_ID: case MV_88F68XX_A0_ID:
puts("A0"); puts("A0");
break; break;
case MV_88F68XX_B0_ID:
puts("B0");
break;
default: default:
printf("?? (%x)", revid); printf("?? (%x)", revid);
break; break;

View File

@ -28,6 +28,7 @@
/* A38x revisions */ /* A38x revisions */
#define MV_88F68XX_Z1_ID 0x0 #define MV_88F68XX_Z1_ID 0x0
#define MV_88F68XX_A0_ID 0x4 #define MV_88F68XX_A0_ID 0x4
#define MV_88F68XX_B0_ID 0xa
/* TCLK Core Clock definition */ /* TCLK Core Clock definition */
#ifndef CONFIG_SYS_TCLK #ifndef CONFIG_SYS_TCLK

View File

@ -239,6 +239,7 @@
/* A38x revisions */ /* A38x revisions */
#define MV_88F68XX_Z1_ID 0x0 #define MV_88F68XX_Z1_ID 0x0
#define MV_88F68XX_A0_ID 0x4 #define MV_88F68XX_A0_ID 0x4
#define MV_88F68XX_B0_ID 0xa
/* A39x revisions */ /* A39x revisions */
#define MV_88F69XX_Z1_ID 0x2 #define MV_88F69XX_Z1_ID 0x2