ar71xx: enable UART function for early_printk/console
[openwrt/svn-archive/archive.git] / target / linux / ar71xx / patches-3.3 / 211-MIPS-ath79-fix-ar933x_wmac_reset.patch
1 --- a/arch/mips/ath79/dev-wmac.c
2 +++ b/arch/mips/ath79/dev-wmac.c
3 @@ -62,8 +62,8 @@ static void __init ar913x_wmac_setup(voi
4
5 static int ar933x_wmac_reset(void)
6 {
7 - ath79_device_reset_clear(AR933X_RESET_WMAC);
8 ath79_device_reset_set(AR933X_RESET_WMAC);
9 + ath79_device_reset_clear(AR933X_RESET_WMAC);
10
11 return 0;
12 }