diff options
Diffstat (limited to 'arch/arm/mach-shmobile/setup-r8a7740.c')
-rw-r--r-- | arch/arm/mach-shmobile/setup-r8a7740.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/setup-r8a7740.c b/arch/arm/mach-shmobile/setup-r8a7740.c index fe15dd26d15d..79ad93dfdae4 100644 --- a/arch/arm/mach-shmobile/setup-r8a7740.c +++ b/arch/arm/mach-shmobile/setup-r8a7740.c | |||
@@ -67,6 +67,7 @@ static struct map_desc r8a7740_io_desc[] __initdata = { | |||
67 | 67 | ||
68 | void __init r8a7740_map_io(void) | 68 | void __init r8a7740_map_io(void) |
69 | { | 69 | { |
70 | debug_ll_io_init(); | ||
70 | iotable_init(r8a7740_io_desc, ARRAY_SIZE(r8a7740_io_desc)); | 71 | iotable_init(r8a7740_io_desc, ARRAY_SIZE(r8a7740_io_desc)); |
71 | } | 72 | } |
72 | 73 | ||
@@ -742,6 +743,12 @@ static void r8a7740_i2c_workaround(struct platform_device *pdev) | |||
742 | void __init r8a7740_add_standard_devices(void) | 743 | void __init r8a7740_add_standard_devices(void) |
743 | { | 744 | { |
744 | static struct pm_domain_device domain_devices[] __initdata = { | 745 | static struct pm_domain_device domain_devices[] __initdata = { |
746 | { "A4R", &tmu0_device }, | ||
747 | { "A4R", &i2c0_device }, | ||
748 | { "A4S", &irqpin0_device }, | ||
749 | { "A4S", &irqpin1_device }, | ||
750 | { "A4S", &irqpin2_device }, | ||
751 | { "A4S", &irqpin3_device }, | ||
745 | { "A3SP", &scif0_device }, | 752 | { "A3SP", &scif0_device }, |
746 | { "A3SP", &scif1_device }, | 753 | { "A3SP", &scif1_device }, |
747 | { "A3SP", &scif2_device }, | 754 | { "A3SP", &scif2_device }, |
@@ -752,6 +759,11 @@ void __init r8a7740_add_standard_devices(void) | |||
752 | { "A3SP", &scif7_device }, | 759 | { "A3SP", &scif7_device }, |
753 | { "A3SP", &scif8_device }, | 760 | { "A3SP", &scif8_device }, |
754 | { "A3SP", &i2c1_device }, | 761 | { "A3SP", &i2c1_device }, |
762 | { "A3SP", &ipmmu_device }, | ||
763 | { "A3SP", &dma0_device }, | ||
764 | { "A3SP", &dma1_device }, | ||
765 | { "A3SP", &dma2_device }, | ||
766 | { "A3SP", &usb_dma_device }, | ||
755 | }; | 767 | }; |
756 | 768 | ||
757 | /* I2C work-around */ | 769 | /* I2C work-around */ |