提交 3b358cb8 编写于 作者: G Geert Uytterhoeven 提交者: Simon Horman

ARM: shmobile: r8a7740: Add missing A4S pm domain devices

Commit 8459293c ("ARM: shmobile: r8a7740: add A4S pm domain
support") added the A4S power domain, but forgot to hook up the INTCA
hardware block.
Signed-off-by: NGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: NSimon Horman <horms+renesas@verge.net.au>
上级 80f643b3
...@@ -746,6 +746,10 @@ static void r8a7740_i2c_workaround(struct platform_device *pdev) ...@@ -746,6 +746,10 @@ static void r8a7740_i2c_workaround(struct platform_device *pdev)
void __init r8a7740_add_standard_devices(void) void __init r8a7740_add_standard_devices(void)
{ {
static struct pm_domain_device domain_devices[] __initdata = { static struct pm_domain_device domain_devices[] __initdata = {
{ "A4S", &irqpin0_device },
{ "A4S", &irqpin1_device },
{ "A4S", &irqpin2_device },
{ "A4S", &irqpin3_device },
{ "A3SP", &scif0_device }, { "A3SP", &scif0_device },
{ "A3SP", &scif1_device }, { "A3SP", &scif1_device },
{ "A3SP", &scif2_device }, { "A3SP", &scif2_device },
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册