Commit b9b99cef authored by Fabio Estevam's avatar Fabio Estevam Committed by Shawn Guo

arm64: dts: imx8qm-apalis: Remove invalid FEC property

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: default avatarFabio Estevam <festevam@denx.de>
Reviewed-by: default avatarMarcel Ziswiler <marcel.ziswiler@toradex.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent b98f0bee
...@@ -21,7 +21,6 @@ &ethphy0 { ...@@ -21,7 +21,6 @@ &ethphy0 {
* this PHY model. Use delay on MAC side instead. * this PHY model. Use delay on MAC side instead.
*/ */
&fec1 { &fec1 {
fsl,rgmii_txc_dly;
phy-mode = "rgmii-rxid"; phy-mode = "rgmii-rxid";
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment