diff options
| author | Hiago De Franco <[email protected]> | 2026-04-30 16:35:18 -0300 |
|---|---|---|
| committer | Leo Yu-Chi Liang <[email protected]> | 2026-07-26 19:39:21 -0700 |
| commit | 40ea5423f9aaa5cc9c8364f96542a72e830113ce (patch) | |
| tree | a65edc488d3fd91ea9bf6723ec0c585f848f09b0 | |
| parent | 33e63831080d28d099abec5ef40d5f8ae83ec7c0 (diff) | |
riscv: dts: cv18xx: fix spi node name
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 <[email protected]>
| -rw-r--r-- | arch/riscv/dts/cv18xx.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
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@10000000 { + spif: spi@10000000 { compatible = "sophgo,cv1800b-spif"; reg = <0x10000000 0x10000000>; #address-cells = <1>; |
