2
0
forked from Ivasoft/openwrt

add support for board specific PLL settings

SVN-Revision: 16133
This commit is contained in:
Gabor Juhos
2009-05-28 13:00:08 +00:00
parent 7adb67f184
commit c2c496868e
5 changed files with 115 additions and 21 deletions

View File

@@ -31,7 +31,7 @@ struct ag71xx_platform_data {
u8 has_ar8216:1;
void (* ddr_flush)(void);
void (* set_pll)(u32 pll);
void (* set_pll)(int speed);
};
struct ag71xx_mdio_platform_data {