summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile
diff options
context:
space:
mode:
authorGuennadi Liakhovetski <g.liakhovetski@gmx.de>2013-07-23 13:19:07 +0200
committerSimon Horman <horms+renesas@verge.net.au>2013-07-30 11:21:41 +0900
commit59b2bc34aaa5d4c85c5c868ea6da42c1d06ff27c (patch)
tree7c72c7abfd9294e090100a1787d62ebc0789d22a /arch/arm/mach-shmobile
parent5489cde560f2b13dc9fb34e2d7dfd09a69fa21b1 (diff)
downloadlinux-59b2bc34aaa5d4c85c5c868ea6da42c1d06ff27c.tar.bz2
ARM: shmobile: ape6evm-reference: switch PFC to DT
PFC pinctrl configuration can now be performed via DT. Update ape6evm-reference to use this. Signed-off-by: Guennadi Liakhovetski <g.liakhovetski+renesas@gmail.com> Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile')
-rw-r--r--arch/arm/mach-shmobile/board-ape6evm-reference.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/arm/mach-shmobile/board-ape6evm-reference.c b/arch/arm/mach-shmobile/board-ape6evm-reference.c
index 46b41dec6345..52cc5fa5563a 100644
--- a/arch/arm/mach-shmobile/board-ape6evm-reference.c
+++ b/arch/arm/mach-shmobile/board-ape6evm-reference.c
@@ -29,12 +29,6 @@
#include <asm/mach-types.h>
#include <asm/mach/arch.h>
-static const struct pinctrl_map ape6evm_pinctrl_map[] = {
- /* SCIFA0 console */
- PIN_MAP_MUX_GROUP_DEFAULT("sh-sci.0", "pfc-r8a73a4",
- "scifa0_data", "scifa0"),
-};
-
static void __init ape6evm_add_standard_devices(void)
{
@@ -52,9 +46,6 @@ static void __init ape6evm_add_standard_devices(void)
clk_put(parent);
clk_put(mp);
- pinctrl_register_mappings(ape6evm_pinctrl_map,
- ARRAY_SIZE(ape6evm_pinctrl_map));
- r8a73a4_pinmux_init();
r8a73a4_add_dt_devices();
of_platform_populate(NULL, of_default_bus_match_table, NULL, NULL);
platform_device_register_simple("cpufreq-cpu0", -1, NULL, 0);