mirror of
https://github.com/armbian/build.git
synced 2025-09-20 13:11:10 +02:00
* merge patches from rockchip and rk322x families for current and edge kernels * adjust patches for tinkerboard to remove some cruft and overclocking * rework kernel configs * fix rk322x dmc to avoid lockup on rk3288 * migrate rockchip-6.6 into patch series, rename all patches with more understandable names * add gen-series.sh script in tools directory (it is a naive tool to create patch series when you don't want to rebase everything)
14 lines
384 B
Diff
14 lines
384 B
Diff
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile
|
|
index 37a3de760..6bcfceede 100644
|
|
--- a/arch/arm/boot/dts/Makefile
|
|
+++ b/arch/arm/boot/dts/Makefile
|
|
@@ -832,6 +832,7 @@ dtb-$(CONFIG_ARCH_ROCKCHIP) += \
|
|
rk3188-radxarock.dtb \
|
|
rk3228-evb.dtb \
|
|
rk3229-evb.dtb \
|
|
+ rk3288-xt-q8l-v10.dtb \
|
|
rk3229-xms6.dtb \
|
|
rk3288-evb-act8846.dtb \
|
|
rk3288-evb-rk808.dtb \
|
|
|