mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-12-16 09:32:09 -05:00
ar71xx: fix uart clock frequency for AR933X
SVN-Revision: 27221
This commit is contained in:
parent
4716055a1e
commit
066e04d497
@ -102,7 +102,7 @@ void __init ar71xx_add_device_uart(void)
|
|||||||
case AR71XX_SOC_AR9330:
|
case AR71XX_SOC_AR9330:
|
||||||
case AR71XX_SOC_AR9331:
|
case AR71XX_SOC_AR9331:
|
||||||
pdev = &ar933x_uart_device;
|
pdev = &ar933x_uart_device;
|
||||||
ar933x_uart_data.uartclk = ar71xx_ahb_freq;
|
ar933x_uart_data.uartclk = ar71xx_ref_freq;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case AR71XX_SOC_AR9341:
|
case AR71XX_SOC_AR9341:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user