mirror of
https://github.com/openwrt/openwrt.git
synced 2026-06-17 14:50:15 +04:00
60a5f423b0
Add a qcom pinctrl fix for ipq4019 that marks the gpio function as a GPIO pin function. With Linux 6.18 strict pinmuxing, ipq40xx can otherwise hit conflicts when pins muxed to "gpio" are later requested by GPIO consumers. [1] This patch fixes that at the driver level and avoids DTS-side workarounds, same as it is done for other Qualcomm boards. [2] [1] https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=cc85cb96e2e4 [2] https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=480dc1952404 Signed-off-by: Til Kaiser <mail@tk154.de> Link: https://github.com/openwrt/openwrt/pull/22930 Signed-off-by: Nick Hainke <vincent@systemli.org>