From 3d4c5e2dc8857c9aa4b28ff1071fb65327acdcb6 Mon Sep 17 00:00:00 2001 From: Aurelien Jarno Date: Mon, 13 May 2024 23:25:13 +0200 Subject: [PATCH] dts/arm/st: wl: change cpu0 compatible to arm,cortex-m4 The STM32WL SoC has a Cortex M4 CPU without FPU. Change the cpu0 compatible string accordingly. Signed-off-by: Aurelien Jarno --- dts/arm/st/wl/stm32wl.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dts/arm/st/wl/stm32wl.dtsi b/dts/arm/st/wl/stm32wl.dtsi index a6611b8ef1b2..9ef2a41969a6 100644 --- a/dts/arm/st/wl/stm32wl.dtsi +++ b/dts/arm/st/wl/stm32wl.dtsi @@ -29,7 +29,7 @@ cpu0: cpu@0 { device_type = "cpu"; - compatible = "arm,cortex-m4f"; + compatible = "arm,cortex-m4"; reg = <0>; cpu-power-states = <&stop0 &stop1 &stop2>; };