Commit 7eeec44d authored by Arınç ÜNAL's avatar Arınç ÜNAL Committed by Greg Kroah-Hartman
Browse files

staging: mt7621-dts: fix formatting

parent 6c73edb5
Loading
Loading
Loading
Loading
+12 −3
Original line number Diff line number Diff line
@@ -325,17 +325,18 @@

		mediatek,ethsys = <&sysc>;


		gmac0: mac@0 {
			compatible = "mediatek,eth-mac";
			reg = <0>;
			phy-mode = "rgmii";

			fixed-link {
				speed = <1000>;
				full-duplex;
				pause;
			};
		};

		gmac1: mac@1 {
			compatible = "mediatek,eth-mac";
			reg = <1>;
@@ -343,6 +344,7 @@
			phy-mode = "rgmii-rxid";
			phy-handle = <&phy_external>;
		};

		mdio-bus {
			#address-cells = <1>;
			#size-cells = <0>;
@@ -373,36 +375,43 @@
					#address-cells = <1>;
					#size-cells = <0>;
					reg = <0>;

					port@0 {
						status = "off";
						reg = <0>;
						label = "lan0";
					};

					port@1 {
						status = "off";
						reg = <1>;
						label = "lan1";
					};

					port@2 {
						status = "off";
						reg = <2>;
						label = "lan2";
					};

					port@3 {
						status = "off";
						reg = <3>;
						label = "lan3";
					};

					port@4 {
						status = "off";
						reg = <4>;
						label = "lan4";
					};

					port@6 {
						reg = <6>;
						label = "cpu";
						ethernet = <&gmac0>;
						phy-mode = "trgmii";

						fixed-link {
							speed = <1000>;
							full-duplex;