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

[brcm63xx] fix SPI register switch and prepare for UDC, thanks to Henk Vergonet (#4783)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14914 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian
2009-03-17 11:28:54 +00:00
parent 1b48ac40e8
commit e41d42803f
9 changed files with 134 additions and 19 deletions

View File

@@ -41,6 +41,7 @@ struct board_info {
unsigned int has_pccard:1;
unsigned int has_ohci0:1;
unsigned int has_ehci0:1;
unsigned int has_udc0:1;
/* ethernet config */
struct bcm63xx_enet_platform_data enet0;