pinctrl: actions: fix function group name for i2c0_group
After commit 6f87359e8bca ("pinctrl: actions: Fix functions groups names
for S700 SoC") following error has been observed while booting Linux on
Cubieboard7-lite(based on S700 SoC).
[ 1.206245] pinctrl-s700 e01b0000.pinctrl: invalid group "i2c0_mfp" for function "i2c0"
This commit fixes it by using correct name for i2c0_group.
Fixes: 6f87359e8bca ("pinctrl: actions: Fix functions groups names for S700 SoC")
Signed-off-by: Amit Singh Tomar <amittomer25@gmail.com>
Link: https://lore.kernel.org/r/1586757913-5438-1-git-send-email-amittomer25@gmail.com
Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
d1f7af4b4a
commit
6a27268cde
@ -1435,7 +1435,7 @@ static const char * const sd2_groups[] = {
|
||||
static const char * const i2c0_groups[] = {
|
||||
"uart0_rx_mfp",
|
||||
"uart0_tx_mfp",
|
||||
"i2c0_mfp_mfp",
|
||||
"i2c0_mfp",
|
||||
};
|
||||
|
||||
static const char * const i2c1_groups[] = {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user