ar71xx: reset the phy chip along with the ethernet mac on the WP543 board
[openwrt-10.03/.git] / target / linux / ar71xx / files / include / linux / spi / vsc7385.h
index 907ca331adcbfdd19c242d00b6ca7e721702c210..90e05c83d2e1ee5fdee5c13b12cfc0c20d6e9148 100644 (file)
 
 struct vsc7385_platform_data {
        void            (* reset)(void);
-       unsigned char   *ucode_name;
+       char            *ucode_name;
+       struct {
+               u32     tx_ipg:5;
+               u32     bit2:1;
+               u32     clk_sel:3;
+       } mac_cfg;
 };