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

Commit 483b4da2 authored by Gregory CLEMENT's avatar Gregory CLEMENT
Browse files

arm64: dts: marvell: armada-3720-db: Sort the dts node alphabetically



Sort the reference nodes in alphabetical order to ease the merge of
future nodes.

Reviewed-by: default avatarAndreas Färber <afaerber@suse.de>
Signed-off-by: default avatarGregory CLEMENT <gregory.clement@free-electrons.com>
parent 5526bdc6
Loading
Loading
Loading
Loading
+41 −42
Original line number Diff line number Diff line
@@ -78,6 +78,20 @@
	};
};

&eth0 {
	pinctrl-names = "default";
	pinctrl-0 = <&rgmii_pins>;
	phy-mode = "rgmii-id";
	phy = <&phy0>;
	status = "okay";
};

&eth1 {
	phy-mode = "sgmii";
	phy = <&phy1>;
	status = "okay";
};

&i2c0 {
	pinctrl-names = "default";
	pinctrl-0 = <&i2c1_pins>;
@@ -108,11 +122,36 @@
	};
};

&mdio {
	status = "okay";
	phy0: ethernet-phy@0 {
		reg = <0>;
	};

	phy1: ethernet-phy@1 {
		reg = <1>;
	};
};

/* CON17 (PCIe) / CON12 (mini-PCIe) */
&pcie0 {
	status = "okay";
};

/* CON3 */
&sata {
	status = "okay";
};

&sdhci0 {
	non-removable;
	bus-width = <8>;
	mmc-ddr-1_8v;
	mmc-hs400-1_8v;
	marvell,pad-type = "fixed-1-8v";
	status = "okay";
};

&spi0 {
	status = "okay";
	pinctrl-names = "default";
@@ -152,12 +191,8 @@
	status = "okay";
};

&sdhci0 {
	non-removable;
	bus-width = <8>;
	mmc-ddr-1_8v;
	mmc-hs400-1_8v;
	marvell,pad-type = "fixed-1-8v";
/* CON27 */
&usb2 {
	status = "okay";
};

@@ -166,39 +201,3 @@
	status = "okay";
	usb-phy = <&usb3_phy>;
};

/* CON17 (PCIe) / CON12 (mini-PCIe) */
&pcie0 {
	status = "okay";
};

/* CON27 */
&usb2 {
	status = "okay";
};


&mdio {
	status = "okay";
	phy0: ethernet-phy@0 {
		reg = <0>;
	};

	phy1: ethernet-phy@1 {
		reg = <1>;
	};
};

&eth0 {
	pinctrl-names = "default";
	pinctrl-0 = <&rgmii_pins>;
	phy-mode = "rgmii-id";
	phy = <&phy0>;
	status = "okay";
};

&eth1 {
	phy-mode = "sgmii";
	phy = <&phy1>;
	status = "okay";
};