use platform data to setup the MAC_CFG register in the spi_vsc7385 driver
SVN-Revision: 16780
This commit is contained in:
@@ -11,4 +11,9 @@
|
||||
struct vsc7385_platform_data {
|
||||
void (* reset)(void);
|
||||
char *ucode_name;
|
||||
struct {
|
||||
u32 tx_ipg:5;
|
||||
u32 bit2:1;
|
||||
u32 clk_sel:3;
|
||||
} mac_cfg;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user