mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-26 17:01:14 +00:00
e0e74d8a2c
swig has been installed on the buildbots a while a ago and Petr Štetiar got a fix for the pylibfdt error. Use that and re-enable the builds for mt7620 and mt7621. Refresh patches while at it. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
24 lines
793 B
Diff
24 lines
793 B
Diff
From 23c19fa476929b6e94cc7f1a55f5ed4d3ab03934 Mon Sep 17 00:00:00 2001
|
|
From: Weijie Gao <weijie.gao@mediatek.com>
|
|
Date: Fri, 20 May 2022 11:23:01 +0800
|
|
Subject: [PATCH 12/25] phy: mtk-tphy: add support for MediaTek MT7621 SoC
|
|
|
|
This patch makes mtk-tphy driver available for MediaTek MT7621 SoC
|
|
|
|
Signed-off-by: Weijie Gao <weijie.gao@mediatek.com>
|
|
---
|
|
drivers/phy/Kconfig | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
--- a/drivers/phy/Kconfig
|
|
+++ b/drivers/phy/Kconfig
|
|
@@ -266,7 +266,7 @@ config MT76X8_USB_PHY
|
|
config PHY_MTK_TPHY
|
|
bool "MediaTek T-PHY Driver"
|
|
depends on PHY
|
|
- depends on ARCH_MEDIATEK
|
|
+ depends on ARCH_MEDIATEK || SOC_MT7621
|
|
help
|
|
MediaTek T-PHY driver supports usb2.0, usb3.0 ports, PCIe and
|
|
SATA, and meanwhile supports two version T-PHY which have
|