Merge branch 'kirkwood/dt' of git://git.infradead.org/users/jcooper/linux into late...
[pandora-kernel.git] / arch / arm / mach-kirkwood / board-dt.c
index 0d51901..70c5a28 100644 (file)
@@ -81,12 +81,21 @@ static void __init kirkwood_dt_init(void)
        if (of_machine_is_compatible("qnap,ts219"))
                qnap_dt_ts219_init();
 
+       if (of_machine_is_compatible("seagate,dockstar"))
+               dockstar_dt_init();
+
        if (of_machine_is_compatible("seagate,goflexnet"))
                goflexnet_init();
 
        if (of_machine_is_compatible("buffalo,lsxl"))
                lsxl_init();
 
+       if (of_machine_is_compatible("iom,ix2-200"))
+               iomega_ix2_200_init();
+
+       if (of_machine_is_compatible("keymile,km_kirkwood"))
+               km_kirkwood_init();
+
        of_platform_populate(NULL, kirkwood_dt_match_table,
                             kirkwood_auxdata_lookup, NULL);
 }
@@ -98,8 +107,11 @@ static const char *kirkwood_dt_board_compat[] = {
        "iom,iconnect",
        "raidsonic,ib-nas62x0",
        "qnap,ts219",
+       "seagate,dockstar",
        "seagate,goflexnet",
        "buffalo,lsxl",
+       "iom,ix2-200",
+       "keymile,km_kirkwood",
        NULL
 };