瀏覽代碼

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>
Simon Horman 12 年之前
父節點
當前提交
8819ce4b88
共有 1 個文件被更改,包括 0 次插入9 次删除
  1. 0 9
      arch/arm/boot/dts/r8a7779.dtsi

+ 0 - 9
arch/arm/boot/dts/r8a7779.dtsi

@@ -83,13 +83,4 @@
 		interrupt-parent = <&gic>;
 		interrupt-parent = <&gic>;
 		interrupts = <0 81 0x4>;
 		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>;
-	};
 };
 };