Skip to content

Commit 24b6ce3

Browse files
Francois RamuChromeos LUCI
authored andcommitted
dts: arm: stm32 devices with octospi is named spi node
Fixes the CMake Warning on build/zephyr/zephyr.dts: Warning (spi_bus_bridge): /soc/octospi@52005000: node name for SPI buses should be 'spi' <stdout>: Warning (spi_bus_reg): Failed prerequisite 'spi_bus_bridge' (cherry picked from commit 009e11e) Original-Signed-off-by: Francois Ramu <[email protected]> GitOrigin-RevId: 009e11e Cr-Build-Id: 8725452993329915921 Cr-Build-Url: https://cr-buildbucket.appspot.com/build/8725452993329915921 Copybot-Job-Name: zephyr-main-copybot-downstream Change-Id: I0f23436fa4e1261de4f8ecc8257058c99e4d3a80 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/6183335 Commit-Queue: Jonathon Murphy <[email protected]> Tested-by: ChromeOS Prod (Robot) <[email protected]> Reviewed-by: Jonathon Murphy <[email protected]>
1 parent dbed12f commit 24b6ce3

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

dts/arm/st/h7/stm32h723.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
status = "disabled";
9494
};
9595

96-
octospi1: octospi@52005000 {
96+
octospi1: spi@52005000 {
9797
compatible = "st,stm32-ospi";
9898
reg = <0x52005000 0x1000>;
9999
interrupts = <92 0>;
@@ -105,7 +105,7 @@
105105
status = "disabled";
106106
};
107107

108-
octospi2: octospi@5200a000 {
108+
octospi2: spi@5200a000 {
109109
compatible = "st,stm32-ospi";
110110
reg = <0x5200a000 0x1000>;
111111
interrupts = <150 0>;

dts/arm/st/h7/stm32h7a3.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
status = "disabled";
5757
};
5858

59-
octospi1: octospi@52005000 {
59+
octospi1: spi@52005000 {
6060
compatible = "st,stm32-ospi";
6161
reg = <0x52005000 0x1000>;
6262
interrupts = <92 0>;
@@ -68,7 +68,7 @@
6868
status = "disabled";
6969
};
7070

71-
octospi2: octospi@5200a000 {
71+
octospi2: spi@5200a000 {
7272
compatible = "st,stm32-ospi";
7373
reg = <0x5200a000 0x1000>;
7474
interrupts = <150 0>;

dts/arm/st/l4/stm32l4p5.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@
363363
#io-channel-cells = <1>;
364364
};
365365

366-
octospi1: octospi@a0001000 {
366+
octospi1: spi@a0001000 {
367367
compatible = "st,stm32-ospi";
368368
reg = <0xa0001000 0x400>;
369369
interrupts = <71 0>;
@@ -377,7 +377,7 @@
377377
status = "disabled";
378378
};
379379

380-
octospi2: octospi@a0001400 {
380+
octospi2: spi@a0001400 {
381381
compatible = "st,stm32-ospi";
382382
reg = <0xa0001400 0x400>;
383383
interrupts = <76 0>;

dts/arm/st/l5/stm32l5.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@
432432
status = "disabled";
433433
};
434434

435-
octospi1: octospi@44021000 {
435+
octospi1: spi@44021000 {
436436
compatible = "st,stm32-ospi";
437437
reg = <0x44021000 0x400>;
438438
interrupts = <76 0>;

dts/arm/st/u5/stm32u5.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,7 @@
696696
};
697697
};
698698

699-
octospi1: octospi@420d1400 {
699+
octospi1: spi@420d1400 {
700700
compatible = "st,stm32-ospi";
701701
reg = <0x420d1400 0x400>;
702702
interrupts = <76 0>;
@@ -709,7 +709,7 @@
709709
status = "disabled";
710710
};
711711

712-
octospi2: octospi@420d2400 {
712+
octospi2: spi@420d2400 {
713713
compatible = "st,stm32-ospi";
714714
reg = <0x420d2400 0x400>;
715715
interrupts = <120 0>;

0 commit comments

Comments
 (0)