ARM: ux500: Provide SMSC911x fixed-regulator when not booting DT
authorLee Jones <lee.jones@linaro.org>
Mon, 3 Sep 2012 13:33:39 +0000 (14:33 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 4 Sep 2012 08:14:31 +0000 (10:14 +0200)
The SMSC911x Ethernet chip requires a fixed-regulator in order to
function correctly. We have previously provided a means to obtain
this during a Device Tree boot, however nothing has been put into
place when booting with a non-DT kernel. This patch aims to change
that.

Signed-off-by: Lee Jones <lee.jones@linaro.org>
[Added a Kconfig select so the build does not break]
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

No differences found