diff mbox series

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

Message ID 20230905142835.3161645-1-festevam@gmail.com (mailing list archive)
State New, archived
Headers show
Series arm64: dts: imx8qm-apalis: Remove invalid FEC property | expand

Commit Message

Fabio Estevam Sept. 5, 2023, 2:28 p.m. UTC
From: Fabio Estevam <festevam@denx.de>

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>
---
 arch/arm64/boot/dts/freescale/imx8qm-apalis.dtsi | 1 -
 1 file changed, 1 deletion(-)

Comments

Marcel Ziswiler Sept. 6, 2023, 7:11 a.m. UTC | #1
Hi Fabio

Thanks!

On Tue, 2023-09-05 at 11:28 -0300, Fabio Estevam wrote:
> From: Fabio Estevam <festevam@denx.de>
> 
> 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>

> ---
>  arch/arm64/boot/dts/freescale/imx8qm-apalis.dtsi | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/arch/arm64/boot/dts/freescale/imx8qm-apalis.dtsi b/arch/arm64/boot/dts/freescale/imx8qm-
> apalis.dtsi
> index 1c6af9f549a8..4d6427fbe875 100644
> --- a/arch/arm64/boot/dts/freescale/imx8qm-apalis.dtsi
> +++ b/arch/arm64/boot/dts/freescale/imx8qm-apalis.dtsi
> @@ -21,7 +21,6 @@ &ethphy0 {
>   * this PHY model. Use delay on MAC side instead.
>   */
>  &fec1 {
> -       fsl,rgmii_txc_dly;
>         phy-mode = "rgmii-rxid";
>  };

Cheers

Marcel
Shawn Guo Sept. 24, 2023, 2:29 p.m. UTC | #2
On Tue, Sep 05, 2023 at 11:28:35AM -0300, Fabio Estevam wrote:
> From: Fabio Estevam <festevam@denx.de>
> 
> 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>

Applied, thanks!
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/freescale/imx8qm-apalis.dtsi b/arch/arm64/boot/dts/freescale/imx8qm-apalis.dtsi
index 1c6af9f549a8..4d6427fbe875 100644
--- a/arch/arm64/boot/dts/freescale/imx8qm-apalis.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8qm-apalis.dtsi
@@ -21,7 +21,6 @@  &ethphy0 {
  * this PHY model. Use delay on MAC side instead.
  */
 &fec1 {
-	fsl,rgmii_txc_dly;
 	phy-mode = "rgmii-rxid";
 };