ar71xx: reset the switch on AR934x before ethernet device registration
authorGabor Juhos <juhosg@openwrt.org>
Tue, 13 Mar 2012 17:29:33 +0000 (17:29 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Tue, 13 Mar 2012 17:29:33 +0000 (17:29 +0000)
SVN-Revision: 30922

target/linux/ar71xx/files/arch/mips/ath79/dev-eth.c

index cae5af1d944cfe3733f2f6ea5dba12d39fb7aaca..2a55d33d823879510708b0c4da490e28155f439d 100644 (file)
@@ -797,6 +797,10 @@ void __init ath79_register_eth(unsigned int id)
                        pdata->set_speed = ath79_set_speed_dummy;
 
                        pdata->switch_data = &ath79_switch_data;
+
+                       /* reset the built-in switch */
+                       ath79_device_reset_set(AR934X_RESET_ETH_SWITCH);
+                       ath79_device_reset_clear(AR934X_RESET_ETH_SWITCH);
                }
 
                pdata->ddr_flush = ath79_ddr_no_flush;