diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2013-05-22 21:34:10 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-06-05 04:18:23 -0400 |
commit | 41534a37c427c9b715ee75cd7ef34785bb81785f (patch) | |
tree | 7dd85a80aa61b5279dc2fd2e1d6fff89b60b88d9 /arch/arm/mach-shmobile/board-kzm9g.c | |
parent | 3404622a77f90168fd1190c64e92edf548c0f8f0 (diff) |
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>
Diffstat (limited to 'arch/arm/mach-shmobile/board-kzm9g.c')
-rw-r--r-- | arch/arm/mach-shmobile/board-kzm9g.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/mach-shmobile/board-kzm9g.c b/arch/arm/mach-shmobile/board-kzm9g.c index fc4ca9be0bb3..1fdf05cb6da1 100644 --- a/arch/arm/mach-shmobile/board-kzm9g.c +++ b/arch/arm/mach-shmobile/board-kzm9g.c | |||
@@ -663,13 +663,13 @@ static unsigned long pin_pullup_conf[] = { | |||
663 | 663 | ||
664 | static const struct pinctrl_map kzm_pinctrl_map[] = { | 664 | static const struct pinctrl_map kzm_pinctrl_map[] = { |
665 | /* FSIA (AK4648) */ | 665 | /* FSIA (AK4648) */ |
666 | PIN_MAP_MUX_GROUP_DEFAULT("sh_fsi2.0", "pfc-sh73a0", | 666 | PIN_MAP_MUX_GROUP_DEFAULT("sh_fsi2", "pfc-sh73a0", |
667 | "fsia_mclk_in", "fsia"), | 667 | "fsia_mclk_in", "fsia"), |
668 | PIN_MAP_MUX_GROUP_DEFAULT("sh_fsi2.0", "pfc-sh73a0", | 668 | PIN_MAP_MUX_GROUP_DEFAULT("sh_fsi2", "pfc-sh73a0", |
669 | "fsia_sclk_in", "fsia"), | 669 | "fsia_sclk_in", "fsia"), |
670 | PIN_MAP_MUX_GROUP_DEFAULT("sh_fsi2.0", "pfc-sh73a0", | 670 | PIN_MAP_MUX_GROUP_DEFAULT("sh_fsi2", "pfc-sh73a0", |
671 | "fsia_data_in", "fsia"), | 671 | "fsia_data_in", "fsia"), |
672 | PIN_MAP_MUX_GROUP_DEFAULT("sh_fsi2.0", "pfc-sh73a0", | 672 | PIN_MAP_MUX_GROUP_DEFAULT("sh_fsi2", "pfc-sh73a0", |
673 | "fsia_data_out", "fsia"), | 673 | "fsia_data_out", "fsia"), |
674 | /* I2C3 */ | 674 | /* I2C3 */ |
675 | PIN_MAP_MUX_GROUP_DEFAULT("i2c-sh_mobile.3", "pfc-sh73a0", | 675 | PIN_MAP_MUX_GROUP_DEFAULT("i2c-sh_mobile.3", "pfc-sh73a0", |