ARM: shmobile: r8a7779: Remove lan from dtsi

The ethernet controller is not part of the r8a7779 SoC.

Cc: Magnus Damm <magnus.damm@gmail.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
Simon Horman 2013-02-19 11:32:36 +09:00
parent e792120264
commit 8819ce4b88

View file

@ -83,13 +83,4 @@ i2c3: i2c@0xffc73000 {
interrupt-parent = <&gic>;
interrupts = <0 81 0x4>;
};
lan0: lan0@18000000 {
compatible = "smsc,lan9220", "smsc,lan9115";
reg = <0x18000000 0x100>;
phy-mode = "mii";
interrupt-parent = <&gic>;
interrupts = <0 28 0x4>;
reg-io-width = <4>;
};
};