[PATCH v4 1/5] arm64: cputype: Add Cortex-A725AE definitions
Will Deacon
will at kernel.org
Wed Sep 17 04:59:50 PDT 2025
On Wed, Sep 17, 2025 at 05:30:45AM +0000, Kuninori Morimoto wrote:
> Add cputype definitions for Cortex-A725AE. These will be used for errata
> detection in subsequent patches.
>
> These values can be found in the Cortex-A725AE TRM:
>
> https://developer.arm.com/documentation/102828/0001/
>
> ... in Table A-187
>
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx at renesas.com>
> ---
> arch/arm64/include/asm/cputype.h | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/arch/arm64/include/asm/cputype.h b/arch/arm64/include/asm/cputype.h
> index 661735616787e..b10eba7f52476 100644
> --- a/arch/arm64/include/asm/cputype.h
> +++ b/arch/arm64/include/asm/cputype.h
> @@ -96,6 +96,7 @@
> #define ARM_CPU_PART_NEOVERSE_V3 0xD84
> #define ARM_CPU_PART_CORTEX_X925 0xD85
> #define ARM_CPU_PART_CORTEX_A725 0xD87
> +#define ARM_CPU_PART_CORTEX_A720AE 0xD89
> #define ARM_CPU_PART_NEOVERSE_N3 0xD8E
You seem to have sent the same patch twice but in both cases you're adding
A720AE whereas the commit message says A725AE.
Will
More information about the linux-arm-kernel
mailing list