[PATCH v2 2/2] ARM: kirkwood: fix to retain gbe MAC addresses for DT kernels
Simon Baatz
gmbnomis at gmail.com
Sat Feb 2 18:49:20 EST 2013
Hi Sebastian, Jason,
On Wed, Jan 30, 2013 at 09:29:58PM +0100, Sebastian Hesselbarth wrote:
> The ethernet controller used on kirkwood looses its MAC address
> register contents when the corresponding clock is gated. As soon as
> mv643xx_eth is built as module, the clock gets gated and when loading
> the module, the MAC address is gone.
>
> Proper DT support for the mv643xx_eth driver is expected soon, so we add
> a workaround to always enable ge0/ge1 clocks on kirkwood. This workaround
> is also already used on non-DT kirkwood kernels.
>
> Reported-by: Simon Baatz <gmbnomis at gmail.com>
> Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth at gmail.com>
Tested this on IB-NAS6210 (kirkwood, single GBE interface). Using
mv643xx_eth as a module works again now and yields
# cat /sys/kernel/debug/clk/tclk/ge[01]/clk_enable_count
2
1
as expected.
- Simon
More information about the linux-arm-kernel
mailing list