1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

ar71xx: merge the ar7240 switch driver from r22675

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@22678 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd
2010-08-16 19:24:00 +00:00
parent 7af90ad2ab
commit 2ec5c216fb
7 changed files with 902 additions and 8 deletions

View File

@@ -31,6 +31,7 @@ struct ag71xx_platform_data {
u8 is_ar91xx:1;
u8 is_ar724x:1;
u8 has_ar8216:1;
u8 has_ar7240_switch:1;
void (* ddr_flush)(void);
void (* set_pll)(int speed);