mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02:00
drivers: net: cpsw: convert driver to adopt device driver model
adopt cpsw driver to device driver model Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -31,6 +31,8 @@ enum {
|
||||
struct cpsw_platform_data {
|
||||
u32 mdio_base;
|
||||
u32 cpsw_base;
|
||||
u32 mac_id;
|
||||
u32 gmii_sel;
|
||||
int mdio_div;
|
||||
int channels; /* number of cpdma channels (symmetric) */
|
||||
u32 cpdma_reg_ofs; /* cpdma register offset */
|
||||
|
Reference in New Issue
Block a user