Message ID | 20200309182436.22102-4-philippe.schenker@toradex.com |
---|---|
State | New |
Headers | show |
Series | Adding support for KSZ9131 and add it to Toradex boards | expand |
Hi Philippe, On Mon, Mar 9, 2020 at 8:25 PM Philippe Schenker <philippe.schenker at toradex.com> wrote: > > Those properties are not supported by MAC on i.MX8MM > > Signed-off-by: Philippe Schenker <philippe.schenker at toradex.com> > --- > > arch/arm/dts/imx8mm-verdin.dts | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/arch/arm/dts/imx8mm-verdin.dts b/arch/arm/dts/imx8mm-verdin.dts > index 2980053e82b..b86f46e03eb 100644 > --- a/arch/arm/dts/imx8mm-verdin.dts > +++ b/arch/arm/dts/imx8mm-verdin.dts > @@ -153,8 +153,6 @@ > > &fec1 { > fsl,magic-packet; > - fsl,rgmii_rxc_dly; > - fsl,rgmii_txc_dly; > phy-handle = <ðphy0>; > phy-mode = "rgmii"; > phy-supply = <®_ethphy>; > -- > 2.25.1 > This one duplicates another sent already patch to ML [1]. [1] https://patchwork.ozlabs.org/patch/1238012/
diff --git a/arch/arm/dts/imx8mm-verdin.dts b/arch/arm/dts/imx8mm-verdin.dts index 2980053e82b..b86f46e03eb 100644 --- a/arch/arm/dts/imx8mm-verdin.dts +++ b/arch/arm/dts/imx8mm-verdin.dts @@ -153,8 +153,6 @@ &fec1 { fsl,magic-packet; - fsl,rgmii_rxc_dly; - fsl,rgmii_txc_dly; phy-handle = <ðphy0>; phy-mode = "rgmii"; phy-supply = <®_ethphy>;
Those properties are not supported by MAC on i.MX8MM Signed-off-by: Philippe Schenker <philippe.schenker at toradex.com> --- arch/arm/dts/imx8mm-verdin.dts | 2 -- 1 file changed, 2 deletions(-)