* [PATCH] arm64: dts: imx8qm-apalis: Remove invalid FEC property
@ 2023-09-05 14:28 Fabio Estevam
2023-09-06 7:11 ` Marcel Ziswiler
2023-09-24 14:29 ` Shawn Guo
0 siblings, 2 replies; 3+ messages in thread
From: Fabio Estevam @ 2023-09-05 14:28 UTC (permalink / raw)
To: shawnguo; +Cc: linux-arm-kernel, marcel.ziswiler, Fabio Estevam
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(-)
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 @@ ðphy0 {
* this PHY model. Use delay on MAC side instead.
*/
&fec1 {
- fsl,rgmii_txc_dly;
phy-mode = "rgmii-rxid";
};
--
2.34.1
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] arm64: dts: imx8qm-apalis: Remove invalid FEC property
2023-09-05 14:28 [PATCH] arm64: dts: imx8qm-apalis: Remove invalid FEC property Fabio Estevam
@ 2023-09-06 7:11 ` Marcel Ziswiler
2023-09-24 14:29 ` Shawn Guo
1 sibling, 0 replies; 3+ messages in thread
From: Marcel Ziswiler @ 2023-09-06 7:11 UTC (permalink / raw)
To: festevam@gmail.com, shawnguo@kernel.org
Cc: linux-arm-kernel@lists.infradead.org, festevam@denx.de
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 @@ ðphy0 {
> * this PHY model. Use delay on MAC side instead.
> */
> &fec1 {
> - fsl,rgmii_txc_dly;
> phy-mode = "rgmii-rxid";
> };
Cheers
Marcel
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] arm64: dts: imx8qm-apalis: Remove invalid FEC property
2023-09-05 14:28 [PATCH] arm64: dts: imx8qm-apalis: Remove invalid FEC property Fabio Estevam
2023-09-06 7:11 ` Marcel Ziswiler
@ 2023-09-24 14:29 ` Shawn Guo
1 sibling, 0 replies; 3+ messages in thread
From: Shawn Guo @ 2023-09-24 14:29 UTC (permalink / raw)
To: Fabio Estevam; +Cc: linux-arm-kernel, marcel.ziswiler, Fabio Estevam
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!
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-09-24 14:29 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-05 14:28 [PATCH] arm64: dts: imx8qm-apalis: Remove invalid FEC property Fabio Estevam
2023-09-06 7:11 ` Marcel Ziswiler
2023-09-24 14:29 ` Shawn Guo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).