Commit 7e0878fc authored by Thomas Petazzoni's avatar Thomas Petazzoni Committed by Jason Cooper
Browse files

ARM: orion5x: use node labels for UART and SATA on edmini_v2



This commit converts the existing devices described in the edmini_v2
Device Tree to use node labels: the UART and SATA device. Also, it
reorders the eth and mdio node label references to be sorted
alphabetically.

Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: default avatarSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Link: https://lkml.kernel.org/r/1398202002-28530-18-git-send-email-thomas.petazzoni@free-electrons.com


Signed-off-by: default avatarJason Cooper <jason@lakedaemon.net>
parent 1fca8a28
Loading
Loading
Loading
Loading
+14 −16
Original line number Diff line number Diff line
@@ -28,18 +28,6 @@
	soc {
		ranges = <MBUS_ID(0xf0, 0x01) 0 0xf1000000 0x100000>,
			 <MBUS_ID(0x09, 0x00) 0 0xf2200000 0x800>;

		internal-regs {
			serial@12000 {
				clock-frequency = <166666667>;
				status = "okay";
			};

			sata@80000 {
				status = "okay";
				nr-ports = <2>;
			};
		};
	};

	gpio-keys {
@@ -63,6 +51,14 @@
	};
};

&eth {
	status = "okay";

	ethernet-port@0 {
		phy-handle = <&ethphy>;
	};
};

&mdio {
	status = "okay";

@@ -71,10 +67,12 @@
	};
};

&eth {
&sata {
	status = "okay";

	ethernet-port@0 {
		phy-handle = <&ethphy>;
	nr-ports = <2>;
};

&uart0 {
	clock-frequency = <166666667>;
	status = "okay";
};