arm64: dts: imx8qm-apalis: Remove invalid FEC property
authorFabio Estevam <festevam@denx.de>
Tue, 5 Sep 2023 14:28:35 +0000 (11:28 -0300)
committerShawn Guo <shawnguo@kernel.org>
Mon, 25 Sep 2023 00:38:41 +0000 (08:38 +0800)
The 'fsl,rgmii_txc_dly' is not a valid property.

Remove it to fix the following schema warning:

imx8qm-apalis-ixora-v1.1.dtb: ethernet@5b040000: Unevaluated properties are not allowed ('fsl,rgmii_txc_dly' was unexpected)
from schema $id: http://devicetree.org/schemas/net/fsl,fec.yaml#

Signed-off-by: Fabio Estevam <festevam@denx.de>
Reviewed-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8qm-apalis.dtsi

index 1c6af9f..4d6427f 100644 (file)
@@ -21,7 +21,6 @@
  * this PHY model. Use delay on MAC side instead.
  */
 &fec1 {
-       fsl,rgmii_txc_dly;
        phy-mode = "rgmii-rxid";
 };