commit | 15cc4a4a99ebfbbb696e85dca30680b522811a44 | [log] [tgz] |
---|---|---|
author | Jisheng Zhang <jszhang@marvell.com> | Wed Jan 20 19:27:24 2016 +0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Jan 21 12:04:59 2016 -0800 |
tree | 5b76dfbc514214a783ebd1ce36dcd716c0299412 | |
parent | 2804ba4edef5b4de01d4c580eb9ab4000f822a53 [diff] |
net: mvneta: get optional bus clk Some platforms may provide more than one clk for the mvneta IP, for example Marvell BG4CT provides one clk for the mac core, and one clk for the AXI bus logic. Obviously this bus clk also need to be enabled. This patch adds this optional "bus" clk support. Signed-off-by: Jisheng Zhang <jszhang@marvell.com> Signed-off-by: David S. Miller <davem@davemloft.net>