From: Maksim Kiselev Date: Wed, 10 May 2023 08:11:11 +0000 (+0300) Subject: spi: sun6i: add support for R329/D1/R528/T113s SPI controllers X-Git-Tag: v6.6.7~2351^2~54 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=046484cb214b43dc4463343e8c49133d9edb5454;p=platform%2Fkernel%2Flinux-starfive.git spi: sun6i: add support for R329/D1/R528/T113s SPI controllers These SoCs has two SPI controllers. One of it is quite similar to previous ones, but with internal clock divider removed; the other added MIPI DBI Type-C offload based on the first one. Add basical support for these controllers. As we're not going to support the DBI functionality now, just implement the two kinds of controllers as the same. Co-developed-by: Icenowy Zheng