From: Geert Uytterhoeven Date: Thu, 23 Oct 2014 11:18:51 +0000 (+0200) Subject: ARM: shmobile: r8a7740: Add missing A3SP pm domain devices X-Git-Tag: upstream/snapshot3+hdmi^2~118 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7cde58ee5bf1809ca2534a0419093261bbb97bd0;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git ARM: shmobile: r8a7740: Add missing A3SP pm domain devices Commit 802a5639aa7041b2 ("ARM: shmobile: r8a7740: add A3SP pm domain support") added the A3SP power domain, but forgot to hook up the IPPMU, DMAC0/1/2, and USBDMAC hardware blocks. Signed-off-by: Geert Uytterhoeven Signed-off-by: Simon Horman (cherry picked from commit 80f643b39346768878317eb04bd4b1deb4551537) Signed-off-by: Simon Horman --- diff --git a/arch/arm/mach-shmobile/setup-r8a7740.c b/arch/arm/mach-shmobile/setup-r8a7740.c index fe15dd2..02f5cdc 100644 --- a/arch/arm/mach-shmobile/setup-r8a7740.c +++ b/arch/arm/mach-shmobile/setup-r8a7740.c @@ -752,6 +752,11 @@ void __init r8a7740_add_standard_devices(void) { "A3SP", &scif7_device }, { "A3SP", &scif8_device }, { "A3SP", &i2c1_device }, + { "A3SP", &ipmmu_device }, + { "A3SP", &dma0_device }, + { "A3SP", &dma1_device }, + { "A3SP", &dma2_device }, + { "A3SP", &usb_dma_device }, }; /* I2C work-around */