diff options
author | Richard Cochran <richardcochran@gmail.com> | 2012-10-29 12:45:17 +0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-11-01 20:21:32 +0400 |
commit | 6b60393e08f9263c7b129d54eeb261e8f970175c (patch) | |
tree | dbd08a4fec51b2bc82f7e6dcd4342c85adc7ebe2 /include | |
parent | 87c0e764d43aca7f8bae8bfa86c50fa715e80050 (diff) | |
download | linux-6b60393e08f9263c7b129d54eeb261e8f970175c.tar.xz |
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')
-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 c4e23d029498..a052b1dca957 100644 --- a/include/linux/platform_data/cpsw.h +++ b/include/linux/platform_data/cpsw.h @@ -41,6 +41,7 @@ struct cpsw_platform_data { u32 host_port_num; /* The port number for the host port */ u32 hw_stats_reg_ofs; /* cpsw hardware statistics counters */ + u32 cpts_reg_ofs; /* cpts registers */ u32 bd_ram_ofs; /* embedded buffer descriptor RAM offset*/ u32 bd_ram_size; /*buffer descriptor ram size */ |