Skip to content

Commit 5f9eb21

Browse files
kimbottocarlescufi
authored andcommitted
boards: stm32l412: fifo compatibility to spi2
In file stm32l412.dtsi, spi2 was missing fifo compatibility, this way failing to initialise fifo threshold correctly when spi data width is configured. Signed-off-by: Mirko Bottarelli <[email protected]>
1 parent 077273a commit 5f9eb21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dts/arm/st/l4/stm32l412.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
};
3232

3333
spi2: spi@40003800 {
34-
compatible = "st,stm32-spi";
34+
compatible = "st,stm32-spi-fifo", "st,stm32-spi";
3535
#address-cells = <1>;
3636
#size-cells = <0>;
3737
reg = <0x40003800 0x400>;

0 commit comments

Comments
 (0)