From 9ef947503d19f1ee62a200a4d859e66d798be520 Mon Sep 17 00:00:00 2001
From: =?utf8?q?Duje=20Mihanovi=C4=87?= <duje.mihanovic@skole.hr>
Date: Wed, 25 Dec 2024 15:16:17 +0100
Subject: [PATCH] fix DISPLAY_CPUINFO

---
 arch/arm/dts/pxa1908.dtsi        | 8 ++++----
 configs/coreprimevelte_defconfig | 1 -
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/arch/arm/dts/pxa1908.dtsi b/arch/arm/dts/pxa1908.dtsi
index 8aeb40436b..dc716ed461 100644
--- a/arch/arm/dts/pxa1908.dtsi
+++ b/arch/arm/dts/pxa1908.dtsi
@@ -17,28 +17,28 @@
 
 		cpu0: cpu@0 {
 			device_type = "cpu";
-			compatible = "arm,cortex-a53";
+			compatible = "arm,cortex-a53", "arm,armv8";
 			reg = <0 0>;
 			enable-method = "psci";
 		};
 
 		cpu1: cpu@1 {
 			device_type = "cpu";
-			compatible = "arm,cortex-a53";
+			compatible = "arm,cortex-a53", "arm,armv8";
 			reg = <0 1>;
 			enable-method = "psci";
 		};
 
 		cpu2: cpu@2 {
 			device_type = "cpu";
-			compatible = "arm,cortex-a53";
+			compatible = "arm,cortex-a53", "arm,armv8";
 			reg = <0 2>;
 			enable-method = "psci";
 		};
 
 		cpu3: cpu@3 {
 			device_type = "cpu";
-			compatible = "arm,cortex-a53";
+			compatible = "arm,cortex-a53", "arm,armv8";
 			reg = <0 3>;
 			enable-method = "psci";
 		};
diff --git a/configs/coreprimevelte_defconfig b/configs/coreprimevelte_defconfig
index 85ca3b1f8d..b4a2c679e2 100644
--- a/configs/coreprimevelte_defconfig
+++ b/configs/coreprimevelte_defconfig
@@ -18,7 +18,6 @@ CONFIG_LOG_MAX_LEVEL=8
 CONFIG_LOGF_FILE=y
 CONFIG_LOGF_LINE=y
 CONFIG_LOGF_FUNC=y
-# CONFIG_DISPLAY_CPUINFO is not set
 CONFIG_OF_BOARD=y
 CONFIG_NO_NET=y
 CONFIG_CLK=y
-- 
2.39.5