git: 8c12ee5021e2 - main - rk_spi: declare support for rk3328
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 25 Nov 2021 21:29:11 UTC
The branch main has been updated by avg:
URL: https://cgit.FreeBSD.org/src/commit/?id=8c12ee5021e293c992a7b54215fda1edfbebaa25
commit 8c12ee5021e293c992a7b54215fda1edfbebaa25
Author: Andriy Gapon <avg@FreeBSD.org>
AuthorDate: 2021-11-25 21:12:11 +0000
Commit: Andriy Gapon <avg@FreeBSD.org>
CommitDate: 2021-11-25 21:28:58 +0000
rk_spi: declare support for rk3328
Tested on Rock64 using the onboard SPI flash.
MFC after: 1 week
---
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 }
};