Skip to content

Commit 606d06a

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dts/arm/st/h5/stm32h562.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@
258258
status = "disabled";
259259
};
260260

261-
xspi1: xspi@47001400 {
261+
xspi1: spi@47001400 {
262262
compatible = "st,stm32-xspi";
263263
reg = <0x47001400 0x400>;
264264
interrupts = <78 0>;

0 commit comments

Comments
 (0)