Skip to content

Commit 7263d6a

Browse files
krzkthierryreding
authored andcommitted
arm64: tegra: Correct CPU compatibles on Tegra264
"arm,armv8" CPU compatible is only for software models and must not be used in DTS for actual hardware. Replace them with Neoverse V3AE compatible, based what is written on Wikipedia [1]. Link: https://en.wikipedia.org/wiki/Tegra#Thor [1] Reported-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Closes: https://lore.kernel.org/all/59ae6b16-7866-413a-a1d2-4a735024c108@oss.qualcomm.com/ Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
1 parent 42cbac7 commit 7263d6a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

arch/arm64/boot/dts/nvidia/tegra264.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3774,7 +3774,7 @@
37743774
#size-cells = <0>;
37753775

37763776
cpu0: cpu@0 {
3777-
compatible = "arm,armv8";
3777+
compatible = "arm,neoverse-v3ae";
37783778
device_type = "cpu";
37793779
reg = <0x00000>;
37803780

@@ -3789,7 +3789,7 @@
37893789
};
37903790

37913791
cpu1: cpu@1 {
3792-
compatible = "arm,armv8";
3792+
compatible = "arm,neoverse-v3ae";
37933793
device_type = "cpu";
37943794
reg = <0x10000>;
37953795

0 commit comments

Comments
 (0)