Skip to content

Commit

Permalink
dts/arm/st: wl: change cpu0 compatible to arm,cortex-m4
Browse files Browse the repository at this point in the history
The STM32WL SoC has a Cortex M4 CPU without FPU. Change the cpu0
compatible string accordingly.

Signed-off-by: Aurelien Jarno <[email protected]>
  • Loading branch information
aurel32 authored and henrikbrixandersen committed May 14, 2024
1 parent 36c1aea commit 3d4c5e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dts/arm/st/wl/stm32wl.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
};
Expand Down

0 comments on commit 3d4c5e2

Please sign in to comment.