mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-26 17:01:14 +00:00
2f7fb57c12
* Merge uboot-ramips into uboot-mediatek. * Port support for the RAVPower RP WD009 to U-Boot 2022.07. * Add support for MT7621 and add builds for the reference boards. * Add builds for MT7620 and MT7628 reference boards. This should help to make development of U-Boot-level board support for all MediaTek targets much easier. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
29 lines
896 B
Diff
29 lines
896 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(-)
|
|
|
|
diff --git a/drivers/phy/Kconfig b/drivers/phy/Kconfig
|
|
index c01d9e09b9..1708d4f533 100644
|
|
--- 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
|
|
--
|
|
2.36.1
|
|
|