mirror of
https://github.com/torvalds/linux.git
synced 2026-05-24 07:03:03 +02:00
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: Frank Wunderlich <frank-w@public-files.de> Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
This commit is contained in:
parent
b88827cb0b
commit
0e5d9e5293
|
|
@ -19,4 +19,5 @@ &gmac1 {
|
|||
&int_2p5g_phy {
|
||||
pinctrl-0 = <&i2p5gbe_led0_pins>;
|
||||
pinctrl-names = "i2p5gbe-led";
|
||||
status = "okay";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -999,6 +999,7 @@ mdio_bus: mdio-bus {
|
|||
int_2p5g_phy: ethernet-phy@15 {
|
||||
compatible = "ethernet-phy-ieee802.3-c45";
|
||||
reg = <15>;
|
||||
status = "disabled";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user