Skip to content

Commit 3d4c5e2

Browse files
aurel32henrikbrixandersen
authored andcommitted
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 <aurelien@aurel32.net>
1 parent 36c1aea commit 3d4c5e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dts/arm/st/wl/stm32wl.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
cpu0: cpu@0 {
3131
device_type = "cpu";
32-
compatible = "arm,cortex-m4f";
32+
compatible = "arm,cortex-m4";
3333
reg = <0>;
3434
cpu-power-states = <&stop0 &stop1 &stop2>;
3535
};

0 commit comments

Comments
 (0)