diff options
author | Lennert Buytenhek <buytenh@wantstofly.org> | 2008-04-24 01:27:32 +0200 |
---|---|---|
committer | Dale Farnsworth <dale@farnsworth.org> | 2008-04-28 21:17:07 -0700 |
commit | c416a41f99be190e1f558cb06f70ddd560ce8b4b (patch) | |
tree | 6cd9c1dc012066bc33f734264de72e9794b26808 /include/linux/mv643xx_eth.h | |
parent | f2ce825d2a89b30af14fa577298fecaab7bc9504 (diff) |
mv643xx_eth: configurable t_clk
Make t_clk configurable via platform device data (with the current
hardcoded value, 133 MHz, being the default), as it varies across
different chip families.
Signed-off-by: Lennert Buytenhek <buytenh@marvell.com>
Acked-by: Nicolas Pitre <nico@marvell.com>
Signed-off-by: Dale Farnsworth <dale@farnsworth.org>
Diffstat (limited to 'include/linux/mv643xx_eth.h')
-rw-r--r-- | include/linux/mv643xx_eth.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mv643xx_eth.h b/include/linux/mv643xx_eth.h index 4801b02b444e..9f3a6032ff2e 100644 --- a/include/linux/mv643xx_eth.h +++ b/include/linux/mv643xx_eth.h @@ -17,6 +17,7 @@ struct mv643xx_eth_shared_platform_data { struct mbus_dram_target_info *dram; + unsigned int t_clk; }; struct mv643xx_eth_platform_data { |