diff options
| author | Richard Cochran <richardcochran@gmail.com> | 2012-10-29 04:45:17 -0400 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2012-11-01 12:21:32 -0400 |
| commit | 6b60393e08f9263c7b129d54eeb261e8f970175c (patch) | |
| tree | dbd08a4fec51b2bc82f7e6dcd4342c85adc7ebe2 /include/linux/platform_data | |
| parent | 87c0e764d43aca7f8bae8bfa86c50fa715e80050 (diff) | |
cpsw: add a DT field for the cpts offset
Signed-off-by: Richard Cochran <richardcochran@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/platform_data')
| -rw-r--r-- | include/linux/platform_data/cpsw.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/platform_data/cpsw.h b/include/linux/platform_data/cpsw.h index c4e23d02949..a052b1dca95 100644 --- a/include/linux/platform_data/cpsw.h +++ b/include/linux/platform_data/cpsw.h | |||
| @@ -41,6 +41,7 @@ struct cpsw_platform_data { | |||
| 41 | u32 host_port_num; /* The port number for the host port */ | 41 | u32 host_port_num; /* The port number for the host port */ |
| 42 | 42 | ||
| 43 | u32 hw_stats_reg_ofs; /* cpsw hardware statistics counters */ | 43 | u32 hw_stats_reg_ofs; /* cpsw hardware statistics counters */ |
| 44 | u32 cpts_reg_ofs; /* cpts registers */ | ||
| 44 | 45 | ||
| 45 | u32 bd_ram_ofs; /* embedded buffer descriptor RAM offset*/ | 46 | u32 bd_ram_ofs; /* embedded buffer descriptor RAM offset*/ |
| 46 | u32 bd_ram_size; /*buffer descriptor ram size */ | 47 | u32 bd_ram_size; /*buffer descriptor ram size */ |
