Skip to content

Commit 7b491c0

Browse files
Eugeniy Paltsevvineetgarc
authored andcommitted
ARC: nSIM_700: remove unused network options
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 <[email protected]> Signed-off-by: Vineet Gupta <[email protected]>
1 parent 9c6375f commit 7b491c0

File tree

2 files changed

+2
-18
lines changed

2 files changed

+2
-18
lines changed

arch/arc/boot/dts/nsim_700.dts

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -52,22 +52,6 @@
5252
no-loopback-test = <1>;
5353
};
5454

55-
ethernet@c0fc2000 {
56-
compatible = "snps,arc-emac";
57-
reg = <0xc0fc2000 0x3c>;
58-
interrupts = <6>;
59-
mac-address = [ 00 11 22 33 44 55 ];
60-
clock-frequency = <80000000>;
61-
max-speed = <100>;
62-
phy = <&phy0>;
63-
64-
#address-cells = <1>;
65-
#size-cells = <0>;
66-
phy0: ethernet-phy@0 {
67-
reg = <1>;
68-
};
69-
};
70-
7155
arcpct0: pct {
7256
compatible = "snps,arc700-pct";
7357
};

arch/arc/configs/nsim_700_defconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ CONFIG_DEVTMPFS=y
3535
# CONFIG_PREVENT_FIRMWARE_BUILD is not set
3636
# CONFIG_BLK_DEV is not set
3737
CONFIG_NETDEVICES=y
38-
CONFIG_ARC_EMAC=y
39-
CONFIG_LXT_PHY=y
38+
# CONFIG_ETHERNET is not set
39+
# CONFIG_WLAN is not set
4040
# CONFIG_INPUT_KEYBOARD is not set
4141
# CONFIG_INPUT_MOUSE is not set
4242
# CONFIG_SERIO is not set

0 commit comments

Comments
 (0)