2
0
forked from Ivasoft/openwrt

create platform data for the EHCI driver

SVN-Revision: 13499
This commit is contained in:
Gabor Juhos
2008-12-03 15:54:08 +00:00
parent 770541c15f
commit b4e4fa4b89
3 changed files with 32 additions and 3 deletions

View File

@@ -39,6 +39,10 @@ struct ag71xx_mdio_platform_data {
u32 phy_mask;
};
struct ar71xx_ehci_platform_data {
u8 is_ar91xx;
};
struct ar71xx_spi_platform_data {
unsigned bus_num;
unsigned num_chipselect;