]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - sitara-epos/sitara-epos-kernel.git/blobdiff - arch/arm/mach-omap2/board-am335xevm.c
arm: am33xx: Add CPSW MII mac select support
[sitara-epos/sitara-epos-kernel.git] / arch / arm / mach-omap2 / board-am335xevm.c
index f8b93e0d2387fa0003342efde4f01497466b91d1..5c47764931bd68f03e5c7556e3eab683ccbee697 100644 (file)
@@ -1545,6 +1545,9 @@ static void setup_beaglebone_old(void)
 
        phy_register_fixup_for_uid(BBB_PHY_ID, BBB_PHY_MASK,
                                        beaglebone_phy_fixup);
+
+       /* Fill up global evmid */
+       am33xx_evmid_fillup(BEAGLE_BONE_OLD);
 }
 
 /* BeagleBone after Rev A3 */
@@ -1556,6 +1559,9 @@ static void setup_beaglebone(void)
        am335x_mmc[0].gpio_wp = -EINVAL;
 
        _configure_device(LOW_COST_EVM, beaglebone_dev_cfg, PROFILE_NONE);
+
+       /* Fill up global evmid */
+       am33xx_evmid_fillup(BEAGLE_BONE_A3);
 }