diff mbox series

[v2,07/23] pinctrl: sunxi: Add sun4i EMAC pinmuxes

Message ID 20220318035420.15058-8-samuel@sholland.org
State Accepted
Commit fcdbbd68d389e9696e707706917b72c21f9f946b
Delegated to: Andre Przywara
Headers show
Series sunxi: Add and use a pinctrl driver | expand

Commit Message

Samuel Holland March 18, 2022, 3:54 a.m. UTC
Pin lists and mux values were taken from the Linux drivers.

Signed-off-by: Samuel Holland <samuel@sholland.org>
---

(no changes since v1)

 drivers/pinctrl/sunxi/pinctrl-sunxi.c | 3 +++
 1 file changed, 3 insertions(+)

Comments

Andre Przywara March 31, 2022, 11:19 p.m. UTC | #1
On Thu, 17 Mar 2022 22:54:04 -0500
Samuel Holland <samuel@sholland.org> wrote:

> Pin lists and mux values were taken from the Linux drivers.
> 
> Signed-off-by: Samuel Holland <samuel@sholland.org>

Compared against the respective manuals.

Reviewed-by: Andre Przywara <andre.przywara@arm.com>

Cheers,
Andre

> ---
> 
> (no changes since v1)
> 
>  drivers/pinctrl/sunxi/pinctrl-sunxi.c | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/drivers/pinctrl/sunxi/pinctrl-sunxi.c b/drivers/pinctrl/sunxi/pinctrl-sunxi.c
> index 751b47d687..2525a91e35 100644
> --- a/drivers/pinctrl/sunxi/pinctrl-sunxi.c
> +++ b/drivers/pinctrl/sunxi/pinctrl-sunxi.c
> @@ -240,6 +240,7 @@ static const struct sunxi_pinctrl_desc __maybe_unused suniv_f1c100s_pinctrl_desc
>  };
>  
>  static const struct sunxi_pinctrl_function sun4i_a10_pinctrl_functions[] = {
> +	{ "emac",	2 },	/* PA0-PA17 */
>  	{ "gpio_in",	0 },
>  	{ "gpio_out",	1 },
>  #if IS_ENABLED(CONFIG_UART0_PORT_F)
> @@ -257,6 +258,7 @@ static const struct sunxi_pinctrl_desc __maybe_unused sun4i_a10_pinctrl_desc = {
>  };
>  
>  static const struct sunxi_pinctrl_function sun5i_a13_pinctrl_functions[] = {
> +	{ "emac",	2 },	/* PA0-PA17 */
>  	{ "gpio_in",	0 },
>  	{ "gpio_out",	1 },
>  #if IS_ENABLED(CONFIG_UART0_PORT_F)
> @@ -305,6 +307,7 @@ static const struct sunxi_pinctrl_desc __maybe_unused sun6i_a31_r_pinctrl_desc =
>  };
>  
>  static const struct sunxi_pinctrl_function sun7i_a20_pinctrl_functions[] = {
> +	{ "emac",	2 },	/* PA0-PA17 */
>  	{ "gpio_in",	0 },
>  	{ "gpio_out",	1 },
>  #if IS_ENABLED(CONFIG_UART0_PORT_F)
diff mbox series

Patch

diff --git a/drivers/pinctrl/sunxi/pinctrl-sunxi.c b/drivers/pinctrl/sunxi/pinctrl-sunxi.c
index 751b47d687..2525a91e35 100644
--- a/drivers/pinctrl/sunxi/pinctrl-sunxi.c
+++ b/drivers/pinctrl/sunxi/pinctrl-sunxi.c
@@ -240,6 +240,7 @@  static const struct sunxi_pinctrl_desc __maybe_unused suniv_f1c100s_pinctrl_desc
 };
 
 static const struct sunxi_pinctrl_function sun4i_a10_pinctrl_functions[] = {
+	{ "emac",	2 },	/* PA0-PA17 */
 	{ "gpio_in",	0 },
 	{ "gpio_out",	1 },
 #if IS_ENABLED(CONFIG_UART0_PORT_F)
@@ -257,6 +258,7 @@  static const struct sunxi_pinctrl_desc __maybe_unused sun4i_a10_pinctrl_desc = {
 };
 
 static const struct sunxi_pinctrl_function sun5i_a13_pinctrl_functions[] = {
+	{ "emac",	2 },	/* PA0-PA17 */
 	{ "gpio_in",	0 },
 	{ "gpio_out",	1 },
 #if IS_ENABLED(CONFIG_UART0_PORT_F)
@@ -305,6 +307,7 @@  static const struct sunxi_pinctrl_desc __maybe_unused sun6i_a31_r_pinctrl_desc =
 };
 
 static const struct sunxi_pinctrl_function sun7i_a20_pinctrl_functions[] = {
+	{ "emac",	2 },	/* PA0-PA17 */
 	{ "gpio_in",	0 },
 	{ "gpio_out",	1 },
 #if IS_ENABLED(CONFIG_UART0_PORT_F)