pinctrl: actions: Fix functions groups names for S700 SoC
authorMatheus Castello <matheus@castello.eng.br>
Fri, 24 Jan 2020 13:37:58 +0000 (10:37 -0300)
committerLinus Walleij <linus.walleij@linaro.org>
Fri, 14 Feb 2020 10:43:35 +0000 (11:43 +0100)
commit6f87359e8bcaf88381b9c9c038929e0e6872d308
tree02835232d26689d58c6c467bd7df89ac44cc3fc7
parent184d8e13f9b13313f711f028ca2465f973459046
pinctrl: actions: Fix functions groups names for S700 SoC

Group names by function do not match their respective structures and
documentation defined names.

This fixes following errors when groups names defined on documentation are used:
[    4.262778] pinctrl-s700 e01b0000.pinctrl: invalid group "sd0_d1_mfp" for function "sd0"
[    4.271394] pinctrl-s700 e01b0000.pinctrl: invalid group "sd0_d2_d3_mfp" for function "sd0"
[    4.280248] pinctrl-s700 e01b0000.pinctrl: invalid group "sd1_d0_d3_mfp" for function "sd0"
[    4.289122] pinctrl-s700 e01b0000.pinctrl: invalid group "sd0_cmd_mfp" for function "sd0"

Fixes: 81c9d563cc74 (pinctrl: actions: Add Actions Semi S700 pinctrl driver)
Signed-off-by: Matheus Castello <matheus@castello.eng.br>
Link: https://lore.kernel.org/r/20200124133758.10089-1-matheus@castello.eng.br
Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/actions/pinctrl-s700.c