arm64/sysreg: Fix errors in 32 bit enumeration values
authorMark Brown <broonie@kernel.org>
Tue, 27 Dec 2022 12:55:55 +0000 (12:55 +0000)
committerCatalin Marinas <catalin.marinas@arm.com>
Thu, 12 Jan 2023 16:02:23 +0000 (16:02 +0000)
commit8c6e105558628b63292ae770198f11a1d5535660
tree71054caa7599149efd9746dd1cd53dd58f117589
parent50daf5b7c4ec4efcaf49a4128930f872bec7dbc0
arm64/sysreg: Fix errors in 32 bit enumeration values

The recently converted 32 bit ID registers have errors in MVFR0_EL1.FPSP,
MVFR0_EL1.SIMDReg and MVFR1_EL1.SIMDHP where enumeration values which
should be 0b0010 are specified as 0b0001. Correct these.

Fixes: e79c94a2a487 ("arm64/sysreg: Convert MVFR0_EL1 to automatic generation")
Fixes: c9b718eda706 ("arm64/sysreg: Convert MVFR1_EL1 to automatic generation")
Reviewed-by: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20221207-arm64-sysreg-helpers-v3-2-0d71a7b174a8@kernel.org
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/tools/sysreg