ARM: mach-shmobile: sh7372 A3RV support
[deliverable/linux.git] / arch / arm / mach-shmobile / setup-sh7372.c
index ec1ae8cc9caa488cbe7da1a2c2afb2b456fb94e7..14a497fedba0bcab421e7d359055a0d2aff145ec 100644 (file)
@@ -842,12 +842,15 @@ static struct platform_device *sh7372_late_devices[] __initdata = {
 void __init sh7372_add_standard_devices(void)
 {
        sh7372_init_pm_domain(&sh7372_a4lc);
+       sh7372_init_pm_domain(&sh7372_a3rv);
 
        platform_add_devices(sh7372_early_devices,
                            ARRAY_SIZE(sh7372_early_devices));
 
        platform_add_devices(sh7372_late_devices,
                            ARRAY_SIZE(sh7372_late_devices));
+
+       sh7372_add_device_to_domain(&sh7372_a3rv, &vpu_device);
 }
 
 void __init sh7372_add_early_devices(void)
This page took 0.048794 seconds and 5 git commands to generate.