git: b54d4a16271c - main - dtb: rockchip: Add Radxa ROCK 4C Plus to the build.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 08 May 2024 09:04:59 UTC
The branch main has been updated by peterj:
URL: https://cgit.FreeBSD.org/src/commit/?id=b54d4a16271cf9e8947be04e9221e6e26a7b90b1
commit b54d4a16271cf9e8947be04e9221e6e26a7b90b1
Author: Peter Jeremy <peterj@FreeBSD.org>
AuthorDate: 2024-05-08 08:06:42 +0000
Commit: Peter Jeremy <peterj@FreeBSD.org>
CommitDate: 2024-05-08 08:06:42 +0000
dtb: rockchip: Add Radxa ROCK 4C Plus to the build.
The ROCK 4C Plus is a cost-reduced variant of the ROCK Pi 4 based on
the RockChip RK3399-T.
Reviewed by: manu
MFC after: 1 week
Differential Revision: <https://reviews.freebsd.org/D45110
---
sys/modules/dtb/rockchip/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/sys/modules/dtb/rockchip/Makefile b/sys/modules/dtb/rockchip/Makefile
index 70d8269f7b3f..ac015c4e7f7b 100644
--- a/sys/modules/dtb/rockchip/Makefile
+++ b/sys/modules/dtb/rockchip/Makefile
@@ -12,6 +12,7 @@ DTS= \
rockchip/rk3399-nanopc-t4.dts \
rockchip/rk3328-nanopi-r2s.dts \
rockchip/rk3399-nanopi-r4s.dts \
+ rockchip/rk3399-rock-4c-plus.dts \
rockchip/rk3399-rock-pi-4.dts \
rockchip/rk3328-rock-pi-e.dts \
rockchip/rk3328-rock64.dts \