X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=include%2Fcpsw.h;h=a73843d2f75cd6f7d4743fd8d05af19423cf3704;hb=c34c0246a3600dc4712247b267f71576234e403b;hp=296b0e557f3f58c41357d86235de2739cdcaebe9;hpb=a6f0c4faa4c65a7b7048b12c9d180d7e1aad1721;p=karo-tx-uboot.git diff --git a/include/cpsw.h b/include/cpsw.h index 296b0e557f..a73843d2f7 100644 --- a/include/cpsw.h +++ b/include/cpsw.h @@ -19,7 +19,7 @@ struct cpsw_slave_data { u32 slave_reg_ofs; u32 sliver_reg_ofs; - int phy_id; + int phy_addr; int phy_if; }; @@ -39,6 +39,7 @@ struct cpsw_platform_data { int ale_entries; /* ale table size */ u32 host_port_reg_ofs; /* cpdma host port registers */ u32 hw_stats_reg_ofs; /* cpsw hw stats counters */ + u32 bd_ram_ofs; /* Buffer Descriptor RAM offset */ u32 mac_control; struct cpsw_slave_data *slave_data; void (*control)(int enabled);