ARM: shmobile: kzm9g: tidyup FSI pinctrl
sh73a0 needs "sh_fsi2", not "sh_fsi2.0" Tested-by: Hiep Cao Minh <cm-hiep@jinso.co.jp> Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
parent
3404622a77
commit
41534a37c4
|
@ -663,13 +663,13 @@ static unsigned long pin_pullup_conf[] = {
|
||||||
|
|
||||||
static const struct pinctrl_map kzm_pinctrl_map[] = {
|
static const struct pinctrl_map kzm_pinctrl_map[] = {
|
||||||
/* FSIA (AK4648) */
|
/* FSIA (AK4648) */
|
||||||
PIN_MAP_MUX_GROUP_DEFAULT("sh_fsi2.0", "pfc-sh73a0",
|
PIN_MAP_MUX_GROUP_DEFAULT("sh_fsi2", "pfc-sh73a0",
|
||||||
"fsia_mclk_in", "fsia"),
|
"fsia_mclk_in", "fsia"),
|
||||||
PIN_MAP_MUX_GROUP_DEFAULT("sh_fsi2.0", "pfc-sh73a0",
|
PIN_MAP_MUX_GROUP_DEFAULT("sh_fsi2", "pfc-sh73a0",
|
||||||
"fsia_sclk_in", "fsia"),
|
"fsia_sclk_in", "fsia"),
|
||||||
PIN_MAP_MUX_GROUP_DEFAULT("sh_fsi2.0", "pfc-sh73a0",
|
PIN_MAP_MUX_GROUP_DEFAULT("sh_fsi2", "pfc-sh73a0",
|
||||||
"fsia_data_in", "fsia"),
|
"fsia_data_in", "fsia"),
|
||||||
PIN_MAP_MUX_GROUP_DEFAULT("sh_fsi2.0", "pfc-sh73a0",
|
PIN_MAP_MUX_GROUP_DEFAULT("sh_fsi2", "pfc-sh73a0",
|
||||||
"fsia_data_out", "fsia"),
|
"fsia_data_out", "fsia"),
|
||||||
/* I2C3 */
|
/* I2C3 */
|
||||||
PIN_MAP_MUX_GROUP_DEFAULT("i2c-sh_mobile.3", "pfc-sh73a0",
|
PIN_MAP_MUX_GROUP_DEFAULT("i2c-sh_mobile.3", "pfc-sh73a0",
|
||||||
|
|
Loading…
Reference in New Issue