Merge tag 'sh-pinmux' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[pandora-kernel.git] / arch / arm / mach-shmobile / setup-r8a7740.c
index 03c69f9..b580979 100644 (file)
@@ -68,6 +68,32 @@ void __init r8a7740_map_io(void)
        iotable_init(r8a7740_io_desc, ARRAY_SIZE(r8a7740_io_desc));
 }
 
+/* PFC */
+static struct resource r8a7740_pfc_resources[] = {
+       [0] = {
+               .start  = 0xe6050000,
+               .end    = 0xe6057fff,
+               .flags  = IORESOURCE_MEM,
+       },
+       [1] = {
+               .start  = 0xe605800c,
+               .end    = 0xe605802b,
+               .flags  = IORESOURCE_MEM,
+       }
+};
+
+static struct platform_device r8a7740_pfc_device = {
+       .name           = "pfc-r8a7740",
+       .id             = -1,
+       .resource       = r8a7740_pfc_resources,
+       .num_resources  = ARRAY_SIZE(r8a7740_pfc_resources),
+};
+
+void __init r8a7740_pinmux_init(void)
+{
+       platform_device_register(&r8a7740_pfc_device);
+}
+
 /* SCIFA0 */
 static struct plat_sci_port scif0_platform_data = {
        .mapbase        = 0xe6c40000,