mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00

* kernel: add module for bcm574xx 575xx serials kernel: add module for bnxt_en Linux driver for the Broadcom NetXtreme-C/NetXtreme-E BCM573xx, BCM574xx, BCM575xx, NetXtreme-S BCM5880x (up to 200 Gbps) Ethernet Network Controllers and Broadcom Nitro BCM58700 4-port 1/2.5/10 Gbps Ethernet Network Controller. * reapply bcm578xx sfp 2.5g patch * add basic tplink-xtr10890 support * update 10890dts and add to platform.sh * update 10890 dts to try boot qcn9074 * revert qca-ssdk to original version
25 lines
943 B
Diff
25 lines
943 B
Diff
From 8aec79b6d4d59616eb6ce4fbfb94658b3e79d9ce Mon Sep 17 00:00:00 2001
|
|
From: Robert Marko <robimarko@gmail.com>
|
|
Date: Tue, 11 May 2021 13:29:33 +0200
|
|
Subject: [PATCH] arm64: dts: add OpenWrt DTS files
|
|
|
|
Lets add custom OpenWrt DTS files to Makefile.
|
|
|
|
Signed-off-by: Robert Marko <robimarko@gmail.com>
|
|
---
|
|
arch/arm64/boot/dts/qcom/Makefile | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
--- a/arch/arm64/boot/dts/qcom/Makefile
|
|
+++ b/arch/arm64/boot/dts/qcom/Makefile
|
|
@@ -3,6 +3,9 @@ dtb-$(CONFIG_ARCH_QCOM) += apq8016-sbc.d
|
|
dtb-$(CONFIG_ARCH_QCOM) += apq8096-db820c.dtb
|
|
dtb-$(CONFIG_ARCH_QCOM) += apq8096-ifc6640.dtb
|
|
dtb-$(CONFIG_ARCH_QCOM) += ipq6018-cp01-c1.dtb
|
|
+dtb-$(CONFIG_ARCH_QCOM) += ipq8072-301w.dtb
|
|
+dtb-$(CONFIG_ARCH_QCOM) += ipq8071-mf269.dtb
|
|
+dtb-$(CONFIG_ARCH_QCOM) += ipq8078-xtr10890.dtb
|
|
dtb-$(CONFIG_ARCH_QCOM) += ipq8074-hk01.dtb
|
|
dtb-$(CONFIG_ARCH_QCOM) += msm8916-longcheer-l8150.dtb
|
|
dtb-$(CONFIG_ARCH_QCOM) += msm8916-mtp.dtb
|