[PATCH] riscv: dts: cv18xx: fix spi node name
Hiago De Franco
hfranco at baylibre.com
Thu Apr 30 21:35:18 CEST 2026
Fix warning:
arch/riscv/dts/cv18xx.dtsi:208.26-216.5: Warning (spi_bus_bridge):
/soc/spi-nor at 10000000: node name for SPI buses should be 'spi'
Signed-off-by: Hiago De Franco <hfranco at baylibre.com>
---
arch/riscv/dts/cv18xx.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/riscv/dts/cv18xx.dtsi b/arch/riscv/dts/cv18xx.dtsi
index 6fac247e7ac..8530527aa39 100644
--- a/arch/riscv/dts/cv18xx.dtsi
+++ b/arch/riscv/dts/cv18xx.dtsi
@@ -205,7 +205,7 @@
status = "disabled";
};
- spif: spi-nor at 10000000 {
+ spif: spi at 10000000 {
compatible = "sophgo,cv1800b-spif";
reg = <0x10000000 0x10000000>;
#address-cells = <1>;
--
2.47.3
More information about the U-Boot
mailing list