On Sun, Jan 31, 2021 at 07:34:36PM -0500, Sean Anderson wrote: > This device has four IOs connected to the SPI flash. Add the appropriate > bindings. > > Signed-off-by: Sean Anderson <sean...@gmail.com> > --- > > arch/riscv/dts/k210-maix-bit.dts | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/arch/riscv/dts/k210-maix-bit.dts > b/arch/riscv/dts/k210-maix-bit.dts > index e4dea205b2..902dcfd08a 100644 > --- a/arch/riscv/dts/k210-maix-bit.dts > +++ b/arch/riscv/dts/k210-maix-bit.dts > @@ -200,6 +200,8 @@ > compatible = "jedec,spi-nor"; > reg = <0>; > spi-max-frequency = <50000000>; > + spi-tx-bus-width = <4>; > + spi-rx-bus-width = <4>; > m25p,fast-read; > broken-flash-reset; > }; > -- > 2.29.2 > Reviewed-by: Leo Liang <ycli...@andestech.com>
- [PATCH 07/14] spi: dw: Mask all possible interrupts Sean Anderson
- Re: [PATCH 07/14] spi: dw: Mask all possible interrupts Sean Anderson
- [PATCH 08/14] spi: dw: Switch to capabilities Sean Anderson
- [PATCH 11/14] spi: dw: Add registers necessary for DUAL/QUAD... Sean Anderson
- [PATCH 10/14] spi: dw: Add DUAL/QUAD/OCTAL caps Sean Anderson
- Re: [PATCH 10/14] spi: dw: Add DUAL/QUAD/OCTAL caps Sean Anderson
- [PATCH 09/14] spi: dw: Rewrite poll_transfer logic Sean Anderson
- [PATCH 13/14] spi: dw: Support clock stretching Sean Anderson
- [PATCH 14/14] riscv: k210: Enable QSPI for spi3 Sean Anderson
- Re: [PATCH 14/14] riscv: k210: Enable QSPI for spi3 Bin Meng
- Re: [PATCH 14/14] riscv: k210: Enable QSPI for spi3 Leo Liang
- [PATCH 12/14] spi: dw: Support DUAL/QUAD/OCTAL Sean Anderson