git: aa462efde6dc - main - rockchip: support CM3588 board
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 16 Apr 2026 06:06:30 UTC
The branch main has been updated by imp:
URL: https://cgit.FreeBSD.org/src/commit/?id=aa462efde6dc009eed0e09272b5359950193b0be
commit aa462efde6dc009eed0e09272b5359950193b0be
Author: Martin Filla <freebsd@sysctl.cz>
AuthorDate: 2026-03-16 14:35:06 +0000
Commit: Warner Losh <imp@FreeBSD.org>
CommitDate: 2026-04-16 06:05:21 +0000
rockchip: support CM3588 board
Signed-off-by: Martin Filla <freebsd@sysctl.cz>
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/2086
---
sys/modules/dtb/rockchip/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/sys/modules/dtb/rockchip/Makefile b/sys/modules/dtb/rockchip/Makefile
index fb29f4f0970a..407d054a144d 100644
--- a/sys/modules/dtb/rockchip/Makefile
+++ b/sys/modules/dtb/rockchip/Makefile
@@ -25,7 +25,8 @@ DTS= \
rockchip/rk3568-bpi-r2-pro.dts \
rockchip/rk3588-rock-5-itx.dts \
rockchip/rk3588-rock-5b.dts \
- rockchip/rk3588-orangepi-5-plus
+ rockchip/rk3588-orangepi-5-plus.dts \
+ rockchip/rk3588-friendlyelec-cm3588-nas.dts
DTSO= rk3328-analog-sound.dtso \
rk3328-i2c0.dtso \