net: mvneta: add clk support
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 19 Nov 2012 13:15:25 +0000 (14:15 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 20 Nov 2012 22:14:25 +0000 (23:14 +0100)
commit189dd62642c9819005cf37d3a9e441d203112bd2
tree79736d08c999ec8066689139b7ea4a659416a35d
parent6a20c1758da0220139633238214f0438c90227da
net: mvneta: add clk support

Now that the Armada 370/XP platform has gained proper integration with
the clock framework, we add clk support in the Marvell Armada 370/XP
Ethernet driver.

Since the existing Device Tree binding that exposes a
'clock-frequency' property has never been exposed in any stable kernel
release, we take the freedom of removing this property to replace it
with the standard 'clocks' clock pointer property.

The Device Tree binding documentation is updated accordingly.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Documentation/devicetree/bindings/net/marvell-armada-370-neta.txt
drivers/net/ethernet/marvell/mvneta.c
This page took 0.030588 seconds and 5 git commands to generate.