]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARC: nSIM_700: remove unused network options
authorEugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
Wed, 23 Oct 2019 12:44:17 +0000 (15:44 +0300)
committerVineet Gupta <vgupta@synopsys.com>
Mon, 28 Oct 2019 19:12:31 +0000 (12:12 -0700)
We have snps,arc-emac enabled in nSIM_700. It's obsolete and it's
not used anymore so remove its device tree node and disable
unused network options in defconfig.

Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
arch/arc/boot/dts/nsim_700.dts
arch/arc/configs/nsim_700_defconfig

index ae9bc21fe11b8ff7e8516afd53c4ff889b453768..f8832a15e1747c8c33251b81c60cdbe8741606f9 100644 (file)
@@ -52,22 +52,6 @@ uart0: serial@f0000000 {
                        no-loopback-test = <1>;
                };
 
-               ethernet@c0fc2000 {
-                       compatible = "snps,arc-emac";
-                       reg = <0xc0fc2000 0x3c>;
-                       interrupts = <6>;
-                       mac-address = [ 00 11 22 33 44 55 ];
-                       clock-frequency = <80000000>;
-                       max-speed = <100>;
-                       phy = <&phy0>;
-
-                       #address-cells = <1>;
-                       #size-cells = <0>;
-                       phy0: ethernet-phy@0 {
-                               reg = <1>;
-                       };
-               };
-
                arcpct0: pct {
                        compatible = "snps,arc700-pct";
                };
index 5c488140f53751be65889b4f8836d0a8470963dc..326f6cde7826895b9553b13d0ea3d4969a7c3662 100644 (file)
@@ -35,8 +35,8 @@ CONFIG_DEVTMPFS=y
 # CONFIG_PREVENT_FIRMWARE_BUILD is not set
 # CONFIG_BLK_DEV is not set
 CONFIG_NETDEVICES=y
-CONFIG_ARC_EMAC=y
-CONFIG_LXT_PHY=y
+# CONFIG_ETHERNET is not set
+# CONFIG_WLAN is not set
 # CONFIG_INPUT_KEYBOARD is not set
 # CONFIG_INPUT_MOUSE is not set
 # CONFIG_SERIO is not set