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 <samuel@sholland.org> Reviewed-by: Andre Przywara <andre.przywara@arm.com> Signed-off-by: Andre Przywara <andre.przywara@arm.com>
This commit is contained in:
parent
8c2bdff483
commit
aa4823ce48
1 changed files with 1 additions and 0 deletions
|
@ -581,6 +581,7 @@ static const struct sunxi_pinctrl_function sun50i_a64_pinctrl_functions[] = {
|
||||||
{ "mmc0", 2 }, /* PF0-PF5 */
|
{ "mmc0", 2 }, /* PF0-PF5 */
|
||||||
{ "mmc1", 2 }, /* PG0-PG5 */
|
{ "mmc1", 2 }, /* PG0-PG5 */
|
||||||
{ "mmc2", 3 }, /* PC1-PC16 */
|
{ "mmc2", 3 }, /* PC1-PC16 */
|
||||||
|
{ "pwm", 2 }, /* PD22 */
|
||||||
#if IS_ENABLED(CONFIG_UART0_PORT_F)
|
#if IS_ENABLED(CONFIG_UART0_PORT_F)
|
||||||
{ "uart0", 3 }, /* PF2-PF4 */
|
{ "uart0", 3 }, /* PF2-PF4 */
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Reference in a new issue