From: Thomas Petazzoni Date: Tue, 25 Mar 2014 23:33:59 +0000 (+0100) Subject: ARM: mvebu: ensure the mdio node has a clock reference on Armada 38x X-Git-Tag: omap-for-v3.16/pm-signed~52^2~11^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33faf20b8ebe2770f2d7b52796f5f35eeb87ab6f;p=pandora-kernel.git ARM: mvebu: ensure the mdio node has a clock reference on Armada 38x The mvmdio driver accesses some register of the Ethernet unit. It therefore takes a reference and enables a clock. However, on Armada 38x, no clock specification was given in the Device Tree, which leads the mvmdio driver to fail when being used as a module and loaded before the mvneta driver: it tries to access a register from a hardware unit that isn't clocked. Signed-off-by: Thomas Petazzoni Link: https://lkml.kernel.org/r/1395790439-21332-3-git-send-email-thomas.petazzoni@free-electrons.com Acked-by: Andrew Lunn Acked-by: Gregory CLEMENT Signed-off-by: Jason Cooper --- Reading git-diff-tree failed