git: 34aa8c27cd06 - stable/13 - rk_spi: declare support for rk3328
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 02 Dec 2021 06:37:19 UTC
The branch stable/13 has been updated by avg: URL: https://cgit.FreeBSD.org/src/commit/?id=34aa8c27cd06276d57323f130ed24962841e6a79 commit 34aa8c27cd06276d57323f130ed24962841e6a79 Author: Andriy Gapon <avg@FreeBSD.org> AuthorDate: 2021-11-25 21:12:11 +0000 Commit: Andriy Gapon <avg@FreeBSD.org> CommitDate: 2021-12-02 06:36:46 +0000 rk_spi: declare support for rk3328 Tested on Rock64 using the onboard SPI flash. (cherry picked from commit 8c12ee5021e293c992a7b54215fda1edfbebaa25) --- sys/arm64/rockchip/rk_spi.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/arm64/rockchip/rk_spi.c b/sys/arm64/rockchip/rk_spi.c index 13e3abb80085..4df1208f40aa 100644 --- a/sys/arm64/rockchip/rk_spi.c +++ b/sys/arm64/rockchip/rk_spi.c @@ -90,6 +90,7 @@ __FBSDID("$FreeBSD$"); #define CS_MAX 1 static struct ofw_compat_data compat_data[] = { + { "rockchip,rk3328-spi", 1 }, { "rockchip,rk3399-spi", 1 }, { NULL, 0 } };