ramips: register watchdog device on the rt288x boards
SVN-Revision: 25130
This commit is contained in:
parent
2b50cecea6
commit
1c92e047c8
2 changed files with 2 additions and 0 deletions
|
@ -135,6 +135,7 @@ static void __init rt_n15_init(void)
|
|||
rt288x_eth_data.tx_fc = 1;
|
||||
rt288x_eth_data.rx_fc = 1;
|
||||
rt288x_register_ethernet();
|
||||
rt288x_register_wdt();
|
||||
}
|
||||
|
||||
MIPS_MACHINE(RAMIPS_MACH_RT_N15, "RT-N15", "Asus RT-N15", rt_n15_init);
|
||||
|
|
|
@ -76,6 +76,7 @@ static void __init wzr_agl300nh_init(void)
|
|||
|
||||
rt288x_register_flash(0, &wzr_agl300nh_flash_data);
|
||||
rt288x_register_wifi();
|
||||
rt288x_register_wdt();
|
||||
}
|
||||
|
||||
MIPS_MACHINE(RAMIPS_MACH_WZR_AGL300NH, "WZR-AGL300NH",
|
||||
|
|
Loading…
Reference in a new issue