mirror of
https://github.com/LiBwrt-op/openwrt-6.x.git
synced 2025-12-16 16:57:28 +00:00
Build the (upstream) configuration for the MT7987 reference board, and enable support for DT-overlay application which will be necessary to use the image for the MT7987 RFB generated in OpenWrt. Adapt our downstream patches (generic reset button, rootdisk selection) for MT7987 to prepare for real-world boards. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
27 lines
813 B
Diff
27 lines
813 B
Diff
From a4d4096d6b80a2b6f5bc800426380cdc60d9b037 Mon Sep 17 00:00:00 2001
|
|
From: Daniel Golle <daniel@makrotopia.org>
|
|
Date: Thu, 2 Oct 2025 14:57:16 +0100
|
|
Subject: [PATCH] ARM: dts: build DT for MT7987 RFB
|
|
|
|
Compile the added device tree sources into blobs, which was forgotten
|
|
when adding the source files.
|
|
|
|
Fixes: 2d6962e0618 (arm: mediatek: add support for MediaTek MT7987 SoC)
|
|
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
|
---
|
|
arch/arm/dts/Makefile | 3 +++
|
|
1 file changed, 3 insertions(+)
|
|
|
|
--- a/arch/arm/dts/Makefile
|
|
+++ b/arch/arm/dts/Makefile
|
|
@@ -1131,6 +1131,9 @@ dtb-$(CONFIG_ARCH_MEDIATEK) += \
|
|
mt7986b-sd-rfb.dtb \
|
|
mt7986a-emmc-rfb.dtb \
|
|
mt7986b-emmc-rfb.dtb \
|
|
+ mt7987a-emmc-rfb.dtb \
|
|
+ mt7987a-rfb.dtb \
|
|
+ mt7987a-sd-rfb.dtb \
|
|
mt7988-rfb.dtb \
|
|
mt7988-sd-rfb.dtb \
|
|
mt8183-pumpkin.dtb \
|