]> git.baikalelectronics.ru Git - kernel.git/commit
riscv: dts: canaan: Fix SPI3 bus width
authorNiklas Cassel <niklas.cassel@wdc.com>
Tue, 8 Mar 2022 13:28:05 +0000 (14:28 +0100)
committerPalmer Dabbelt <palmer@rivosinc.com>
Thu, 31 Mar 2022 06:01:41 +0000 (23:01 -0700)
commit848279c889e04af724735c6c15618a5ecc82c9ba
tree3f79a0de1f7000d6c7e2cc25166d0df5e2bd59fb
parent9b313e90b7f1afa22a84465b34f7b4f50dd0cc1a
riscv: dts: canaan: Fix SPI3 bus width

According to the K210 Standalone SDK Programming guide:
https://canaan-creative.com/wp-content/uploads/2020/03/kendryte_standalone_programming_guide_20190311144158_en.pdf

Section 15.4.3.3:
SPI0 and SPI1 supports: standard, dual, quad and octal transfers.
SPI3 supports: standard, dual and quad transfers (octal is not supported).

In order to support quad transfers (Quad SPI), SPI3 must have four IO wires
connected to the SPI flash.

Update the device tree to specify the correct bus width.

Tested on maix bit, maix dock and maixduino, which all have the same
SPI flash (gd25lq128d) connected to SPI3. maix go is untested, but it
would not make sense for this k210 board to be designed differently.

Signed-off-by: Niklas Cassel <niklas.cassel@wdc.com>
Reviewed-by: Damien Le Moal <damien.lemoal@opensource.wdc.com>
Fixes: 7a9bede942e5 ("riscv: Add SiPeed MAIXDUINO board device tree")
Fixes: 2d650766f5d9 ("riscv: Add SiPeed MAIX GO board device tree")
Fixes: 4c32a35f041a ("riscv: Add SiPeed MAIX DOCK board device tree")
Fixes: 3da9d34ec3fc ("riscv: Add SiPeed MAIX BiT board device tree")
Cc: stable@vger.kernel.org
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
arch/riscv/boot/dts/canaan/sipeed_maix_bit.dts
arch/riscv/boot/dts/canaan/sipeed_maix_dock.dts
arch/riscv/boot/dts/canaan/sipeed_maix_go.dts
arch/riscv/boot/dts/canaan/sipeed_maixduino.dts