@@ -79,10 +79,16 @@
ranges;
ethernet@50000000 {
- compatible = "smsc,9111";
+ compatible = "smsc,lan9115";
reg = <0x50000000 0x10000>;
- interrupts = <12 0x4>;
+ interrupts = <12 0x1>;
interrupt-parent = <&gpio4>;
+
+ reg-shift = <1>;
+ reg-io-width = <2>;
+ smsc,force-internal-phy;
+ smsc,irq-active-high;
+ smsc,irq-push-pull;
};
};
@@ -612,7 +612,6 @@ static struct platform_device *snowball_platform_devs[] __initdata = {
static struct platform_device *snowball_of_platform_devs[] __initdata = {
&snowball_led_dev,
&snowball_key_dev,
- &snowball_sbnet_dev,
&ab8500_device,
};
Enable the Ethernet port by providing correct information via DT. Signed-off-by: Lee Jones <lee.jones@linaro.org> --- arch/arm/boot/dts/snowball.dts | 10 ++++++++-- arch/arm/mach-ux500/board-mop500.c | 1 - 2 files changed, 8 insertions(+), 3 deletions(-)