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

Commit 2a44d651 authored by Dinh Nguyen's avatar Dinh Nguyen
Browse files

ARM: dts: socfgpa: remove ethernet aliases from dtsi



Not all boards use two ethernet devices and/or use them in different
order. As almost all in-tree boards already define their own ethernet
aliases, remove them from the dtsi and add the aliases to the two boards,
that are missing their own definition.

Signed-off-by: default avatarSteffen Trumtrar <s.trumtrar@pengutronix.de>
[dinguyen@kernel.org: rebased to latest dts changes]
Signed-off-by: default avatarDinh Nguyen <dinguyen@kernel.org>
parent 74cad26d
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -22,8 +22,6 @@
	#size-cells = <1>;
	#size-cells = <1>;


	aliases {
	aliases {
		ethernet0 = &gmac0;
		ethernet1 = &gmac1;
		serial0 = &uart0;
		serial0 = &uart0;
		serial1 = &uart1;
		serial1 = &uart1;
		timer0 = &timer0;
		timer0 = &timer0;
+4 −0
Original line number Original line Diff line number Diff line
@@ -21,6 +21,10 @@
	model = "EBV SOCrates";
	model = "EBV SOCrates";
	compatible = "ebv,socrates", "altr,socfpga-cyclone5", "altr,socfpga";
	compatible = "ebv,socrates", "altr,socfpga-cyclone5", "altr,socfpga";


	aliases {
		ethernet0 = &gmac1;
	};

	chosen {
	chosen {
		bootargs = "earlyprintk";
		bootargs = "earlyprintk";
		stdout-path = "serial0:115200n8";
		stdout-path = "serial0:115200n8";