]> git.ipfire.org Git - thirdparty/linux.git/commit
arm64: dts: qcom: glymur: Fix deprecated cpu compatibles
authorSibi Sankar <sibi.sankar@oss.qualcomm.com>
Fri, 13 Mar 2026 10:34:39 +0000 (16:04 +0530)
committerBjorn Andersson <andersson@kernel.org>
Mon, 16 Mar 2026 02:57:19 +0000 (21:57 -0500)
commit5044a0b0307a3377dabbb0a2a653a30e388d16cc
treedafa4a9bf46d582bb903635d8ab5215abf48c2cb
parent96e71f817b02caedbbaeffc916010ba68802612f
arm64: dts: qcom: glymur: Fix deprecated cpu compatibles

The generic Qualcomm Oryon CPU compatible used by the Glymur
SoC is deprecated and incorrect since it uses a single compatible
to describe two different core variants. It is now replaced with
two different core-specific compatibles based on MIDR part and
variant number.

CPUS 0-5:
MIDR_EL1[PART_NUM] - 0x2
MIDR_EL1[VARIANT] - 0x2

CPUS 6-17:
MIDR_EL1[PART_NUM] - 0x2
MIDR_EL1[VARIANT] - 0x1

Fixes: 41b6e8db400c ("arm64: dts: qcom: Introduce Glymur base dtsi")
Signed-off-by: Sibi Sankar <sibi.sankar@oss.qualcomm.com>
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20260313103439.1255247-3-sibi.sankar@oss.qualcomm.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/glymur.dtsi