staging: mt7621-dts: fix formatting

[ Upstream commit 7eeec44d33f6be7caca4fe9ca4e653cf315a36c1 ]

Fix formatting on mt7621.dtsi.

Reviewed-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
Signed-off-by: Arınç ÜNAL <arinc.unal@arinc9.com>
Link: https://lore.kernel.org/r/20220125153903.1469-2-arinc.unal@arinc9.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
Arınç ÜNAL
2022-01-25 18:39:00 +03:00
committed by Greg Kroah-Hartman
parent 59ec187d7c
commit 47c31fe8ca

View File

@@ -412,17 +412,18 @@
mediatek,ethsys = <&ethsys>; mediatek,ethsys = <&ethsys>;
gmac0: mac@0 { gmac0: mac@0 {
compatible = "mediatek,eth-mac"; compatible = "mediatek,eth-mac";
reg = <0>; reg = <0>;
phy-mode = "rgmii"; phy-mode = "rgmii";
fixed-link { fixed-link {
speed = <1000>; speed = <1000>;
full-duplex; full-duplex;
pause; pause;
}; };
}; };
gmac1: mac@1 { gmac1: mac@1 {
compatible = "mediatek,eth-mac"; compatible = "mediatek,eth-mac";
reg = <1>; reg = <1>;
@@ -430,6 +431,7 @@
phy-mode = "rgmii-rxid"; phy-mode = "rgmii-rxid";
phy-handle = <&phy_external>; phy-handle = <&phy_external>;
}; };
mdio-bus { mdio-bus {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
@@ -456,36 +458,43 @@
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
reg = <0>; reg = <0>;
port@0 { port@0 {
status = "off"; status = "off";
reg = <0>; reg = <0>;
label = "lan0"; label = "lan0";
}; };
port@1 { port@1 {
status = "off"; status = "off";
reg = <1>; reg = <1>;
label = "lan1"; label = "lan1";
}; };
port@2 { port@2 {
status = "off"; status = "off";
reg = <2>; reg = <2>;
label = "lan2"; label = "lan2";
}; };
port@3 { port@3 {
status = "off"; status = "off";
reg = <3>; reg = <3>;
label = "lan3"; label = "lan3";
}; };
port@4 { port@4 {
status = "off"; status = "off";
reg = <4>; reg = <4>;
label = "lan4"; label = "lan4";
}; };
port@6 { port@6 {
reg = <6>; reg = <6>;
label = "cpu"; label = "cpu";
ethernet = <&gmac0>; ethernet = <&gmac0>;
phy-mode = "trgmii"; phy-mode = "trgmii";
fixed-link { fixed-link {
speed = <1000>; speed = <1000>;
full-duplex; full-duplex;