commit | 963911e9e1c17b2f973ff49ddd51060d6c340c5f | [log] [tgz] |
---|---|---|
author | Sean Anderson <seanga2@gmail.com> | Mon Oct 12 14:18:15 2020 -0400 |
committer | Andes <uboot@andestech.com> | Mon Oct 26 09:27:24 2020 +0800 |
tree | a5a9179dd96e49408f27cc779f981bf9ae1089d8 | |
parent | 32cef69da0cbd8d07dcd5b5bec66d2dc94e22be9 [diff] |
riscv: k210: Reduce DMA block size Although the max DMA size supported by the hardware register is 22 bits (or 4M), the Linux driver for this device only supports transfers of up to 2M. On a device with 8M total memory, I don't think it will make too much of a difference. Reported-by: Damien Le Moal <Damien.LeMoal@wdc.com> Signed-off-by: Sean Anderson <seanga2@gmail.com> Reviewed-by: Rick Chen <rick@andestech.com>