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

Commit d0ff035f authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Simon Horman
Browse files

arm64: dts: renesas: eagle: Move avb node to preserve sort order

parent 206d082e
Loading
Loading
Loading
Loading
+11 −11
Original line number Diff line number Diff line
@@ -33,6 +33,17 @@
	};
};

&avb {
	renesas,no-ether-link;
	phy-handle = <&phy0>;
	status = "okay";

	phy0: ethernet-phy@0 {
		rxc-skew-ps = <1500>;
		reg = <0>;
	};
};

&extal_clk {
	clock-frequency = <16666666>;
};
@@ -44,14 +55,3 @@
&scif0 {
	status = "okay";
};

&avb {
	renesas,no-ether-link;
	phy-handle = <&phy0>;
	status = "okay";

	phy0: ethernet-phy@0 {
		rxc-skew-ps = <1500>;
		reg = <0>;
	};
};