Skip to content

Commit ddb41b4

Browse files
committed
Rename xspi->spi to remove warnings
Signed-off-by: Titouan Christophe <[email protected]>
1 parent 648f56b commit ddb41b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dts/arm/st/h7rs/stm32h7rs.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@
428428
status = "disabled";
429429
};
430430

431-
xspi1: xspi@52005000 {
431+
xspi1: spi@52005000 {
432432
compatible = "st,stm32-xspi";
433433
reg = <0x52005000 0x1000>;
434434
interrupts = <105 0>;
@@ -439,7 +439,7 @@
439439
status = "disabled";
440440
};
441441

442-
xspi2: xspi@5200a000 {
442+
xspi2: spi@5200a000 {
443443
compatible = "st,stm32-xspi";
444444
reg = <0x5200a000 0x1000>;
445445
interrupts = <106 0>;

0 commit comments

Comments
 (0)