diff options
| author | Frieder Schrempf <[email protected]> | 2022-06-14 15:03:19 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-06-23 08:25:02 -0400 |
| commit | c0b71a1731d99e98ba011ecb0b6fca880bdbe71d (patch) | |
| tree | 93e209783fb080c4017a1be4f77f9a3a3745a830 | |
| parent | fecfe77c48ac53908f08cd2f013a23e8b87d9842 (diff) | |
imx: kontron-sl-mx8mm: Remove deprecated phy-mode property
This was previously needed, but U-Boot is now capable of parsing
the new "phy-connection-type" property that is already used in
the main devicetree.
Signed-off-by: Frieder Schrempf <[email protected]>
Reviewed-by: Fabio Estevam <[email protected]>
| -rw-r--r-- | arch/arm/dts/imx8mm-kontron-n801x-u-boot.dtsi | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/dts/imx8mm-kontron-n801x-u-boot.dtsi b/arch/arm/dts/imx8mm-kontron-n801x-u-boot.dtsi index 22d18e6f1cf..4eadcc9899e 100644 --- a/arch/arm/dts/imx8mm-kontron-n801x-u-boot.dtsi +++ b/arch/arm/dts/imx8mm-kontron-n801x-u-boot.dtsi @@ -25,10 +25,6 @@ }; }; -&fec1 { - phy-mode = "rgmii-rxid"; -}; - &i2c1 { u-boot,dm-spl; u-boot,dm-pre-reloc; |
