[openwrt/openwrt] ipq40xx: Enable gpio-restart in kernel configuration

LEDE Commits lede-commits at lists.infradead.org
Sun Jun 25 06:54:06 PDT 2023


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/9ffdaa7fa1478146b5d8c77d4b3a5d4d4007a487

commit 9ffdaa7fa1478146b5d8c77d4b3a5d4d4007a487
Author: Andreas Böhler <dev at aboehler.at>
AuthorDate: Sun May 14 16:39:15 2023 +0200

    ipq40xx: Enable gpio-restart in kernel configuration
    
    Some ZTE devices require the gpio-restart driver to support restarting the
    LTE modem along with OpenWrt
    
    Signed-off-by: Andreas Böhler <dev at aboehler.at>
---
 target/linux/ipq40xx/config-5.15 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/ipq40xx/config-5.15 b/target/linux/ipq40xx/config-5.15
index d5bde55178..0acc013a81 100644
--- a/target/linux/ipq40xx/config-5.15
+++ b/target/linux/ipq40xx/config-5.15
@@ -376,6 +376,7 @@ CONFIG_PINCTRL_MSM=y
 # CONFIG_PINCTRL_SM8250 is not set
 CONFIG_PM_OPP=y
 CONFIG_POWER_RESET=y
+CONFIG_POWER_RESET_GPIO_RESTART=y
 CONFIG_POWER_RESET_MSM=y
 CONFIG_POWER_SUPPLY=y
 CONFIG_PPS=y




More information about the lede-commits mailing list