arm64: dts: sprd: fix the cpu node for UMS512
authorCixi Geng <cixi.geng1@unisoc.com>
Tue, 11 Jul 2023 16:23:46 +0000 (00:23 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 1 Feb 2024 00:18:52 +0000 (16:18 -0800)
commit 2da4f4a7b003441b80f0f12d8a216590f652a40f upstream.

The UMS512 Socs have 8 cores contains 6 a55 and 2 a75.
modify the cpu nodes to correct information.

Fixes: 2b4881839a39 ("arm64: dts: sprd: Add support for Unisoc's UMS512")
Cc: stable@vger.kernel.org
Signed-off-by: Cixi Geng <cixi.geng1@unisoc.com>
Link: https://lore.kernel.org/r/20230711162346.5978-1-cixi.geng@linux.dev
Signed-off-by: Chunyan Zhang <chunyan.zhang@unisoc.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/arm64/boot/dts/sprd/ums512.dtsi

index 024be59..97ac550 100644 (file)
@@ -96,7 +96,7 @@
 
                CPU6: cpu@600 {
                        device_type = "cpu";
-                       compatible = "arm,cortex-a55";
+                       compatible = "arm,cortex-a75";
                        reg = <0x0 0x600>;
                        enable-method = "psci";
                        cpu-idle-states = <&CORE_PD>;
 
                CPU7: cpu@700 {
                        device_type = "cpu";
-                       compatible = "arm,cortex-a55";
+                       compatible = "arm,cortex-a75";
                        reg = <0x0 0x700>;
                        enable-method = "psci";
                        cpu-idle-states = <&CORE_PD>;