Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit df420fd6 authored by Lada Trimasova's avatar Lada Trimasova Committed by Vineet Gupta
Browse files

arc: [plat-nsimosci*] use ezchip network driver



Since ezchip network driver was adapted to little endian architecture
this patch provides the corresponding arch/arc/{boot/dts,configs}/ updates so
we can switch over to this device-model/driver for OSCI platform.

Cc: Alexey Brodkin <abrodkin@synopsys.com>
Signed-off-by: default avatarLada Trimasova <ltrimas@synopsys.com>
Signed-off-by: default avatarVineet Gupta <vgupta@synopsys.com>
parent b31ac426
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -65,10 +65,9 @@
		};

		eth0: ethernet@f0003000 {
			compatible = "snps,oscilan";
			compatible = "ezchip,nps-mgt-enet";
			reg = <0xf0003000 0x44>;
			interrupts = <7>, <8>;
			interrupt-names = "rx", "tx";
			interrupts = <7>;
		};
	};
};
+2 −3
Original line number Diff line number Diff line
@@ -65,10 +65,9 @@
		};

		eth0: ethernet@f0003000 {
			compatible = "snps,oscilan";
			compatible = "ezchip,nps-mgt-enet";
			reg = <0xf0003000 0x44>;
			interrupts = <25>, <26>;
			interrupt-names = "rx", "tx";
			interrupts = <25>;
		};

		arcpct0: pct {
+2 −3
Original line number Diff line number Diff line
@@ -85,11 +85,10 @@
		};

		eth0: ethernet@f0003000 {
			compatible = "snps,oscilan";
			compatible = "ezchip,nps-mgt-enet";
			reg = <0xf0003000 0x44>;
			interrupt-parent = <&idu_intc>;
			interrupts = <1 2>, <2 2>;
			interrupt-names = "rx", "tx";
			interrupts = <1 2>;
		};

		arcpct0: pct {
+1 −0
Original line number Diff line number Diff line
@@ -38,6 +38,7 @@ CONFIG_DEVTMPFS=y
# CONFIG_FIRMWARE_IN_KERNEL is not set
# CONFIG_BLK_DEV is not set
CONFIG_NETDEVICES=y
CONFIG_EZCHIP_NPS_MANAGEMENT_ENET=y
# CONFIG_INPUT_MOUSEDEV is not set
CONFIG_INPUT_EVDEV=y
# CONFIG_MOUSE_PS2_ALPS is not set
+1 −0
Original line number Diff line number Diff line
@@ -39,6 +39,7 @@ CONFIG_DEVTMPFS=y
# CONFIG_FIRMWARE_IN_KERNEL is not set
# CONFIG_BLK_DEV is not set
CONFIG_NETDEVICES=y
CONFIG_EZCHIP_NPS_MANAGEMENT_ENET=y
CONFIG_INPUT_EVDEV=y
# CONFIG_MOUSE_PS2_ALPS is not set
# CONFIG_MOUSE_PS2_LOGIPS2PP is not set
Loading