1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-04 02:49:48 +03:00

ar71xx: fix uart clock frequency for AR933X

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27221 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg 2011-06-19 13:17:50 +00:00
parent 159c4f1f06
commit 4a96046040

View File

@ -102,7 +102,7 @@ void __init ar71xx_add_device_uart(void)
case AR71XX_SOC_AR9330:
case AR71XX_SOC_AR9331:
pdev = &ar933x_uart_device;
ar933x_uart_data.uartclk = ar71xx_ahb_freq;
ar933x_uart_data.uartclk = ar71xx_ref_freq;
break;
case AR71XX_SOC_AR9341: