Skip to content

Commit a020958

Browse files
erwangonashif
authored andcommitted
dts/arm: stm32l5: Fix flash controller compatible
Compatible "soc-nv-flash" was removed as part as #38077, while it should have been kept, similarly to what was done on other SoCs. Signed-off-by: Erwan Gouriou <[email protected]>
1 parent ef322d9 commit a020958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dts/arm/st/l5/stm32l5.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
#size-cells = <1>;
9696

9797
flash0: flash@8000000 {
98-
compatible = "st,stm32-nv-flash";
98+
compatible = "st,stm32-nv-flash", "soc-nv-flash";
9999
label = "FLASH_STM32";
100100
write-block-size = <8>;
101101
erase-block-size = <2048>;

0 commit comments

Comments
 (0)