]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
riscv: dts: cv18xx: fix spi node name
authorHiago De Franco <hfranco@baylibre.com>
Thu, 30 Apr 2026 19:35:18 +0000 (16:35 -0300)
committerLeo Yu-Chi Liang <leo.liang@sifive.com>
Mon, 27 Jul 2026 02:39:21 +0000 (19:39 -0700)
Fix warning:
arch/riscv/dts/cv18xx.dtsi:208.26-216.5: Warning (spi_bus_bridge):
/soc/spi-nor@10000000: node name for SPI buses should be 'spi'

Signed-off-by: Hiago De Franco <hfranco@baylibre.com>
arch/riscv/dts/cv18xx.dtsi

index 6fac247e7ac7bdba3e2dc3dd34e06b514400447d..8530527aa3948016f79dd866c263b590babda708 100644 (file)
                        status = "disabled";
                };
 
-               spif: spi-nor@10000000 {
+               spif: spi@10000000 {
                        compatible = "sophgo,cv1800b-spif";
                        reg = <0x10000000 0x10000000>;
                        #address-cells = <1>;