pinctrl: rename m8b pinmux function gpio to gpio_periphs [1/2]

PD#SWPL-4501

Problem:
All platforms but m8b use "gpio_periphs" as gpio pinctrl function, that
breaks consistency.

Solution:
rename m8b pinctrl function "gpio" to "gpio_periphs" to make it
consistent with code and other platform.

ref:
https://patchwork.kernel.org/patch/10720219/

Verify:
m200

Change-Id: I940d1e30882cc8b042c02022ed3435a659aa3921
Signed-off-by: Qianggui Song <qianggui.song@amlogic.com>
This commit is contained in:
Qianggui Song
2019-01-22 14:40:06 +08:00
committed by Dongjin Kim
parent 6087e4d916
commit 949fffe24c
2 changed files with 6 additions and 6 deletions

View File

@@ -631,7 +631,7 @@
"GPIOX_3",
"GPIOX_8",
"GPIOX_9";
function = "gpio";
function = "gpio_periphs";
};
};
@@ -653,7 +653,7 @@
"GPIOX_3",
"GPIOX_8",
"GPIOX_9";
function = "gpio";
function = "gpio_periphs";
};
};
@@ -676,7 +676,7 @@
"BOOT_7",
"BOOT_8",
"BOOT_10";
function = "gpio";
function = "gpio_periphs";
};
};
@@ -702,7 +702,7 @@
"BOOT_7",
"BOOT_8",
"BOOT_10";
function = "gpio";
function = "gpio_periphs";
};
};
};

View File

@@ -629,7 +629,7 @@ static struct meson_pmx_group meson8b_aobus_groups[] = {
GROUP(i2s_lr_clk_in, 0, 14),
};
static const char * const gpio_groups[] = {
static const char * const gpio_periphs_groups[] = {
"GPIOX_0", "GPIOX_1", "GPIOX_2", "GPIOX_3", "GPIOX_4",
"GPIOX_5", "GPIOX_6", "GPIOX_7", "GPIOX_8", "GPIOX_9",
"GPIOX_10", "GPIOX_11", "GPIOX_16", "GPIOX_17", "GPIOX_18",
@@ -861,7 +861,7 @@ static const char * const tsin_b_groups[] = {
};
static struct meson_pmx_func meson8b_cbus_functions[] = {
FUNCTION(gpio),
FUNCTION(gpio_periphs),
FUNCTION(sd_a),
FUNCTION(sdxc_a),
FUNCTION(pcm_a),