diff options
author | Joel Stanley <joel@jms.id.au> | 2017-10-13 06:16:38 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-10-18 13:09:06 +0200 |
commit | 4b70c62b9eafcee0505b440732d2e00c50f3085d (patch) | |
tree | ca6718f6c58846349bbbecc6cb5a047d3662bc83 /include/media | |
parent | net: export netdev_txq_to_tc to allow sch_mqprio to compile as module (diff) | |
download | linux-4b70c62b9eafcee0505b440732d2e00c50f3085d.tar.xz linux-4b70c62b9eafcee0505b440732d2e00c50f3085d.zip |
net: ftgmac100: Request clock and set speed
According to the ASPEED datasheet, gigabit speeds require a clock of
100MHz or higher. Other speeds require 25MHz or higher. This patch
configures a 100MHz clock if the system has a direct-attached
PHY, or 25MHz if the system is running NC-SI which is limited to 100MHz.
There appear to be no other upstream users of the FTGMAC100 driver it is
hard to know the clocking requirements of other platforms. Therefore a
conservative approach was taken with enabling clocks. If the platform is
not ASPEED, both requesting the clock and configuring the speed is
skipped.
Signed-off-by: Joel Stanley <joel@jms.id.au>
Tested-by: Andrew Jeffery <andrew@aj.id.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/media')
0 files changed, 0 insertions, 0 deletions