arm64/sysreg: Correct the values for GICv4.1
authorRaghavendra Rao Ananta <rananta@google.com>
Thu, 18 Jul 2024 21:55:32 +0000 (21:55 +0000)
committerWill Deacon <will@kernel.org>
Tue, 23 Jul 2024 14:29:20 +0000 (15:29 +0100)
commitf3dfcd25455b1cbb3c7e2d19b0a06acc6c7472a5
treecfe7a4d113da97d5e8e72fa7a2b4f9865ce773fc
parent48f6430505c0b0498ee9020ce3cf9558b1caaaeb
arm64/sysreg: Correct the values for GICv4.1

Currently, sysreg has value as 0b0010 for the presence of GICv4.1 in
ID_PFR1_EL1 and ID_AA64PFR0_EL1, instead of 0b0011 as per ARM ARM.
Hence, correct them to reflect ARM ARM.

Signed-off-by: Raghavendra Rao Ananta <rananta@google.com>
Reviewed-by: Zenghui Yu <yuzenghui@huawei.com>
Reviewed-by: Anshuman Khandual <anshuman.khandual@arm.com>
Reviewed-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20240718215532.616447-1-rananta@google.com
Signed-off-by: Will Deacon <will@kernel.org>
arch/arm64/tools/sysreg