aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2013-10-03 21:32:01 -0400
committerSimon Horman <horms+renesas@verge.net.au>2013-12-10 03:26:53 -0500
commitdbece02b3460dcc8f43b8c1827b9eb363c2ced36 (patch)
treeb079d3e2094304c5123976d381afe86c58658a3d /arch
parent8ed1f8a5e1fdd76b0d2b04871a33a2f90e5f8343 (diff)
ARM: shmobile: bockw: remove manual PFC settings on reference
Current Bock-W reference is calling PFC initializer manually, but now, it can use DTS PFC. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-shmobile/board-bockw-reference.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/arm/mach-shmobile/board-bockw-reference.c b/arch/arm/mach-shmobile/board-bockw-reference.c
index ae88fdad4b3a..972f95111be3 100644
--- a/arch/arm/mach-shmobile/board-bockw-reference.c
+++ b/arch/arm/mach-shmobile/board-bockw-reference.c
@@ -28,14 +28,6 @@
28 * see board-bock.c for checking detail of dip-switch 28 * see board-bock.c for checking detail of dip-switch
29 */ 29 */
30 30
31static const struct pinctrl_map bockw_pinctrl_map[] = {
32 /* SCIF0 */
33 PIN_MAP_MUX_GROUP_DEFAULT("sh-sci.0", "pfc-r8a7778",
34 "scif0_data_a", "scif0"),
35 PIN_MAP_MUX_GROUP_DEFAULT("sh-sci.0", "pfc-r8a7778",
36 "scif0_ctrl", "scif0"),
37};
38
39#define FPGA 0x18200000 31#define FPGA 0x18200000
40#define IRQ0MR 0x30 32#define IRQ0MR 0x30
41#define COMCTLR 0x101c 33#define COMCTLR 0x101c
@@ -45,10 +37,6 @@ static void __init bockw_init(void)
45 37
46 r8a7778_clock_init(); 38 r8a7778_clock_init();
47 r8a7778_init_irq_extpin_dt(1); 39 r8a7778_init_irq_extpin_dt(1);
48
49 pinctrl_register_mappings(bockw_pinctrl_map,
50 ARRAY_SIZE(bockw_pinctrl_map));
51 r8a7778_pinmux_init();
52 r8a7778_add_dt_devices(); 40 r8a7778_add_dt_devices();
53 41
54 fpga = ioremap_nocache(FPGA, SZ_1M); 42 fpga = ioremap_nocache(FPGA, SZ_1M);