From a4de5f48ecf4f09ae5f2e25ed520cc457a211dae Mon Sep 17 00:00:00 2001 From: Burt P Date: Thu, 20 Jul 2017 01:25:03 -0500 Subject: arm: add cortex-a55, cortex-a75 Signed-off-by: Burt P --- modules/devices/arm/arm_data.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/devices/arm') diff --git a/modules/devices/arm/arm_data.c b/modules/devices/arm/arm_data.c index b9ecb72d..60e8ea34 100644 --- a/modules/devices/arm/arm_data.c +++ b/modules/devices/arm/arm_data.c @@ -114,9 +114,11 @@ static struct { /*d */ { 0xd01, "Cortex-A32" }, /*dt*/ { 0xd03, "Cortex-A53" }, /*d */ { 0xd04, "Cortex-A35" }, + /*d */ { 0xd05, "Cortex-A55" }, /*d */ { 0xd07, "Cortex-A57 MPCore" }, /*d */ { 0xd08, "Cortex-A72" }, /*d */ { 0xd09, "Cortex-A73" }, + /*d */ { 0xd0a, "Cortex-A75" }, { 0, NULL}, }; -- cgit v1.2.3