diff options
author | Yixun Lan <yixun.lan@amlogic.com> | 2018-01-18 09:17:57 -0500 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2018-02-12 04:47:36 -0500 |
commit | 49527bc0e8d207e87bf3ebe8eb8cce7353372d79 (patch) | |
tree | 673900c89d9f31e2ee20b1bb7d84d65433402ff4 /drivers/pinctrl/meson | |
parent | 7928b2cbe55b2a410a0f5c1f154610059c57b1b2 (diff) |
pinctrl: meson-axg: adjust uart_ao_b pin group naming
Simply adjust the pin group to _x _y _z style, as to
keep the consistency in DT with previous naming scheme.
Fixes: 83c566806a68 ("pinctrl: meson-axg: Add new pinctrl driver for Meson AXG SoC")
Signed-off-by: Yixun Lan <yixun.lan@amlogic.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl/meson')
-rw-r--r-- | drivers/pinctrl/meson/pinctrl-meson-axg.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/pinctrl/meson/pinctrl-meson-axg.c b/drivers/pinctrl/meson/pinctrl-meson-axg.c index 1fda9d6c7ea3..4b91ff74779b 100644 --- a/drivers/pinctrl/meson/pinctrl-meson-axg.c +++ b/drivers/pinctrl/meson/pinctrl-meson-axg.c | |||
@@ -716,7 +716,7 @@ static const char * const uart_b_groups[] = { | |||
716 | "uart_tx_b_x", "uart_rx_b_x", "uart_cts_b_x", "uart_rts_b_x", | 716 | "uart_tx_b_x", "uart_rx_b_x", "uart_cts_b_x", "uart_rts_b_x", |
717 | }; | 717 | }; |
718 | 718 | ||
719 | static const char * const uart_ao_b_gpioz_groups[] = { | 719 | static const char * const uart_ao_b_z_groups[] = { |
720 | "uart_ao_tx_b_z", "uart_ao_rx_b_z", | 720 | "uart_ao_tx_b_z", "uart_ao_rx_b_z", |
721 | "uart_ao_cts_b_z", "uart_ao_rts_b_z", | 721 | "uart_ao_cts_b_z", "uart_ao_rts_b_z", |
722 | }; | 722 | }; |
@@ -855,7 +855,7 @@ static struct meson_pmx_func meson_axg_periphs_functions[] = { | |||
855 | FUNCTION(nand), | 855 | FUNCTION(nand), |
856 | FUNCTION(uart_a), | 856 | FUNCTION(uart_a), |
857 | FUNCTION(uart_b), | 857 | FUNCTION(uart_b), |
858 | FUNCTION(uart_ao_b_gpioz), | 858 | FUNCTION(uart_ao_b_z), |
859 | FUNCTION(i2c0), | 859 | FUNCTION(i2c0), |
860 | FUNCTION(i2c1), | 860 | FUNCTION(i2c1), |
861 | FUNCTION(i2c2), | 861 | FUNCTION(i2c2), |