mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-26 08:51:13 +00:00
659f4a13dd
With Linux 6.1 many of our downstream patches and out-of-tree files can be removed or at least replaced by backported upstream commits. Signed-off-by: Daniel Golle <daniel@makrotopia.org> [fix CMDLINE_OVERRIDE for arm64] Signed-off-by: Bjørn Mork <bjorn@mork.no>
31 lines
1.0 KiB
Diff
31 lines
1.0 KiB
Diff
From c0ad453e94e5c404efbcf668648d07eaa1a71ed7 Mon Sep 17 00:00:00 2001
|
||
From: =?UTF-8?q?Ar=C4=B1n=C3=A7=20=C3=9CNAL?= <arinc.unal@arinc9.com>
|
||
Date: Sat, 18 Feb 2023 09:51:06 +0300
|
||
Subject: [PATCH] pinctrl: mediatek: add missing options to PINCTRL_MT7981
|
||
MIME-Version: 1.0
|
||
Content-Type: text/plain; charset=UTF-8
|
||
Content-Transfer-Encoding: 8bit
|
||
|
||
There are options missing from PINCTRL_MT7981 whilst being on every other
|
||
pin controller. Add them.
|
||
|
||
Signed-off-by: Arınç ÜNAL <arinc.unal@arinc9.com>
|
||
Acked-by: Daniel Golle <daniel@makrotopia.org>
|
||
Link: https://lore.kernel.org/r/20230218065108.8958-1-arinc.unal@arinc9.com
|
||
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
|
||
---
|
||
drivers/pinctrl/mediatek/Kconfig | 2 ++
|
||
1 file changed, 2 insertions(+)
|
||
|
||
--- a/drivers/pinctrl/mediatek/Kconfig
|
||
+++ b/drivers/pinctrl/mediatek/Kconfig
|
||
@@ -130,6 +130,8 @@ config PINCTRL_MT7622
|
||
config PINCTRL_MT7981
|
||
bool "Mediatek MT7981 pin control"
|
||
depends on OF
|
||
+ depends on ARM64 || COMPILE_TEST
|
||
+ default ARM64 && ARCH_MEDIATEK
|
||
select PINCTRL_MTK_MOORE
|
||
|
||
config PINCTRL_MT7986
|