Unverified Commit 0e5d9e52 authored by Frank Wunderlich's avatar Frank Wunderlich Committed by AngeloGioacchino Del Regno
Browse files

arm64: dts: mediatek: mt7988: Disable 2.5G phy and enable at board layer



The internal 2.5G phy of mt7988 is only used by some specific board
variants.
Disable it by default and enable it where needed.

Signed-off-by: default avatarFrank Wunderlich <frank-w@public-files.de>
Signed-off-by: default avatarAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
parent b88827cb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -19,4 +19,5 @@ &gmac1 {
&int_2p5g_phy {
	pinctrl-0 = <&i2p5gbe_led0_pins>;
	pinctrl-names = "i2p5gbe-led";
	status = "okay";
};
+1 −0
Original line number Diff line number Diff line
@@ -999,6 +999,7 @@ mdio_bus: mdio-bus {
				int_2p5g_phy: ethernet-phy@15 {
					compatible = "ethernet-phy-ieee802.3-c45";
					reg = <15>;
					status = "disabled";
				};
			};
		};