mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 06:08:08 +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
771 B
Diff
24 lines
771 B
Diff
From 34b623ccfd135e846b8464729a8b0e8df4b77a66 Mon Sep 17 00:00:00 2001
|
|
From: Weijie Gao <weijie.gao@mediatek.com>
|
|
Date: Fri, 20 May 2022 11:23:08 +0800
|
|
Subject: [PATCH 13/25] spi: add support for MediaTek MT7621 SoC
|
|
|
|
This patch makes mt7621_spi driver available for MediaTek MT7621 SoC
|
|
|
|
Signed-off-by: Weijie Gao <weijie.gao@mediatek.com>
|
|
---
|
|
drivers/spi/Kconfig | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
--- a/drivers/spi/Kconfig
|
|
+++ b/drivers/spi/Kconfig
|
|
@@ -240,7 +240,7 @@ config MT7620_SPI
|
|
|
|
config MT7621_SPI
|
|
bool "MediaTek MT7621 SPI driver"
|
|
- depends on SOC_MT7628
|
|
+ depends on SOC_MT7621 || SOC_MT7628
|
|
help
|
|
Enable the MT7621 SPI driver. This driver can be used to access
|
|
the SPI NOR flash on platforms embedding this Ralink / MediaTek
|