aboutsummaryrefslogtreecommitdiff
path: root/target/linux/ramips/patches-5.15/808-pinctrl-mtmips-support-requesting-different-function.patch
Commit message (Collapse)AuthorAge
* ramips: pinctrl: support requesting different functions for same groupShiji Yang2023-07-29
MT7620 wireless radio needs change the pin group function between "gpio" and "pa" during the calibration process. However, ralink pinctrl driver doesn't support requesting different functions for the same group. This patch enables pinctrl consumers to perform such operations. Signed-off-by: Shiji Yang <yangshiji66@qq.com>