diff options
author | Lokesh Vutla <lokeshvutla@ti.com> | 2019-09-27 13:32:11 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-10-11 13:31:18 -0400 |
commit | f8ca9121896bcff1476943a96d7392eb05f55364 (patch) | |
tree | fc2ed8e70da57027be6733842cd2daad08b3e85a /arch/arm/mach-k3/common.h | |
parent | d53a1772718f58950f6ee5968ca08fd6926ca3c2 (diff) |
arm: k3: Add support for printing CPUINFO
Add support for printing CPU info for all K3 devices.
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Diffstat (limited to 'arch/arm/mach-k3/common.h')
-rw-r--r-- | arch/arm/mach-k3/common.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-k3/common.h b/arch/arm/mach-k3/common.h index ab68e14de8..8f9a023921 100644 --- a/arch/arm/mach-k3/common.h +++ b/arch/arm/mach-k3/common.h @@ -8,5 +8,11 @@ #include <asm/armv7_mpu.h> +#define AM654 2 +#define J721E 4 + +#define REV_PG1_0 0 +#define REV_PG2_0 1 + void setup_k3_mpu_regions(void); int early_console_init(void); |