Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Amit Singh Tomar and committed by
Linus Walleij
6a27268c d1f7af4b

+1 -1
+1 -1
drivers/pinctrl/actions/pinctrl-s700.c
··· 1435 1435 static const char * const i2c0_groups[] = { 1436 1436 "uart0_rx_mfp", 1437 1437 "uart0_tx_mfp", 1438 - "i2c0_mfp_mfp", 1438 + "i2c0_mfp", 1439 1439 }; 1440 1440 1441 1441 static const char * const i2c1_groups[] = {