|
@@ -27,10 +27,10 @@
|
|
|
|
|
|
static void __init sam9_dt_device_init(void)
|
|
|
{
|
|
|
+ of_platform_populate(NULL, of_default_bus_match_table, NULL, NULL);
|
|
|
+
|
|
|
arm_pm_idle = at91sam9_idle;
|
|
|
at91_sam9260_pm_init();
|
|
|
-
|
|
|
- of_platform_populate(NULL, of_default_bus_match_table, NULL, NULL);
|
|
|
}
|
|
|
|
|
|
static const char *at91_dt_board_compat[] __initconst = {
|
|
@@ -48,10 +48,10 @@ MACHINE_END
|
|
|
|
|
|
static void __init sam9g45_dt_device_init(void)
|
|
|
{
|
|
|
+ of_platform_populate(NULL, of_default_bus_match_table, NULL, NULL);
|
|
|
+
|
|
|
arm_pm_idle = at91sam9_idle;
|
|
|
at91_sam9g45_pm_init();
|
|
|
-
|
|
|
- of_platform_populate(NULL, of_default_bus_match_table, NULL, NULL);
|
|
|
}
|
|
|
|
|
|
static const char *at91_9g45_board_compat[] __initconst = {
|
|
@@ -69,10 +69,10 @@ MACHINE_END
|
|
|
|
|
|
static void __init sam9x5_dt_device_init(void)
|
|
|
{
|
|
|
+ of_platform_populate(NULL, of_default_bus_match_table, NULL, NULL);
|
|
|
+
|
|
|
arm_pm_idle = at91sam9_idle;
|
|
|
at91_sam9x5_pm_init();
|
|
|
-
|
|
|
- of_platform_populate(NULL, of_default_bus_match_table, NULL, NULL);
|
|
|
}
|
|
|
|
|
|
static const char *at91_9x5_board_compat[] __initconst = {
|