From: Samuel Holland Date: Sat, 28 Aug 2021 20:52:52 +0000 (-0500) Subject: pinctrl: sunxi: Add the A64 PWM pinmux X-Git-Tag: v2022.07~123^2~22 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=aa4823ce483f1c277775200846c5684697a4669a;p=platform%2Fkernel%2Fu-boot.git pinctrl: sunxi: Add the A64 PWM pinmux This is the only possible mux setting for the A64's PWM peripheral. Signed-off-by: Samuel Holland Reviewed-by: Andre Przywara Signed-off-by: Andre Przywara --- diff --git a/drivers/pinctrl/sunxi/pinctrl-sunxi.c b/drivers/pinctrl/sunxi/pinctrl-sunxi.c index 7e66c30..b8ca452 100644 --- a/drivers/pinctrl/sunxi/pinctrl-sunxi.c +++ b/drivers/pinctrl/sunxi/pinctrl-sunxi.c @@ -581,6 +581,7 @@ static const struct sunxi_pinctrl_function sun50i_a64_pinctrl_functions[] = { { "mmc0", 2 }, /* PF0-PF5 */ { "mmc1", 2 }, /* PG0-PG5 */ { "mmc2", 3 }, /* PC1-PC16 */ + { "pwm", 2 }, /* PD22 */ #if IS_ENABLED(CONFIG_UART0_PORT_F) { "uart0", 3 }, /* PF2-PF4 */ #else