pinctrl: sunxi: Add sunxi GMAC pinmuxes
authorSamuel Holland <samuel@sholland.org>
Sat, 28 Aug 2021 18:13:52 +0000 (13:13 -0500)
committerAndre Przywara <andre.przywara@arm.com>
Mon, 4 Apr 2022 22:24:16 +0000 (23:24 +0100)
Pin lists and mux values were taken from the Linux drivers.

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>
drivers/pinctrl/sunxi/pinctrl-sunxi.c

index ce71199..0162749 100644 (file)
@@ -287,6 +287,7 @@ static const struct sunxi_pinctrl_desc __maybe_unused sun5i_a13_pinctrl_desc = {
 };
 
 static const struct sunxi_pinctrl_function sun6i_a31_pinctrl_functions[] = {
+       { "gmac",       2 },    /* PA0-PA27 */
        { "gpio_in",    0 },
        { "gpio_out",   1 },
 #if IS_ENABLED(CONFIG_UART0_PORT_F)
@@ -318,6 +319,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 */
+       { "gmac",       5 },    /* PA0-PA17 */
        { "gpio_in",    0 },
        { "gpio_out",   1 },
 #if IS_ENABLED(CONFIG_UART0_PORT_F)
@@ -467,6 +469,7 @@ static const struct sunxi_pinctrl_desc __maybe_unused sun8i_v3s_pinctrl_desc = {
 };
 
 static const struct sunxi_pinctrl_function sun9i_a80_pinctrl_functions[] = {
+       { "gmac",       2 },    /* PA0-PA17 */
        { "gpio_in",    0 },
        { "gpio_out",   1 },
 #if IS_ENABLED(CONFIG_UART0_PORT_F)