* [PATCH] arm64: imx8-apalis-v1.1: Remove reset-names from ethernet-phy
@ 2024-02-23 23:01 Fabio Estevam
2024-02-25 13:35 ` Shawn Guo
0 siblings, 1 reply; 2+ messages in thread
From: Fabio Estevam @ 2024-02-23 23:01 UTC (permalink / raw)
To: shawnguo
Cc: linux-arm-kernel, marcel.ziswiler, francesco.dolcini,
Fabio Estevam
From: Fabio Estevam <festevam@denx.de>
The 'reset-names' property is not a valid one under ethernet-phy
and causes the following dt-schema warning:
/imx8qm-apalis-v1.1-eval-v1.2.dtb: ethernet-phy@7: 'resets' is a dependency of 'reset-names'
from schema $id: http://devicetree.org/schemas/reset/reset.yaml#
Remove this property.
Signed-off-by: Fabio Estevam <festevam@denx.de>
---
arch/arm64/boot/dts/freescale/imx8-apalis-v1.1.dtsi | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/arm64/boot/dts/freescale/imx8-apalis-v1.1.dtsi b/arch/arm64/boot/dts/freescale/imx8-apalis-v1.1.dtsi
index f69b0c17560a..160153853b68 100644
--- a/arch/arm64/boot/dts/freescale/imx8-apalis-v1.1.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8-apalis-v1.1.dtsi
@@ -261,7 +261,6 @@ ethphy0: ethernet-phy@7 {
reset-assert-us = <2>;
reset-deassert-us = <2>;
reset-gpios = <&lsio_gpio1 11 GPIO_ACTIVE_LOW>;
- reset-names = "phy";
};
};
};
--
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] 2+ messages in thread
* Re: [PATCH] arm64: imx8-apalis-v1.1: Remove reset-names from ethernet-phy
2024-02-23 23:01 [PATCH] arm64: imx8-apalis-v1.1: Remove reset-names from ethernet-phy Fabio Estevam
@ 2024-02-25 13:35 ` Shawn Guo
0 siblings, 0 replies; 2+ messages in thread
From: Shawn Guo @ 2024-02-25 13:35 UTC (permalink / raw)
To: Fabio Estevam
Cc: shawnguo, linux-arm-kernel, marcel.ziswiler, francesco.dolcini,
Fabio Estevam
On Fri, Feb 23, 2024 at 08:01:13PM -0300, Fabio Estevam wrote:
> From: Fabio Estevam <festevam@denx.de>
>
> The 'reset-names' property is not a valid one under ethernet-phy
> and causes the following dt-schema warning:
>
> /imx8qm-apalis-v1.1-eval-v1.2.dtb: ethernet-phy@7: 'resets' is a dependency of 'reset-names'
> from schema $id: http://devicetree.org/schemas/reset/reset.yaml#
>
> Remove this property.
>
> 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] 2+ messages in thread
end of thread, other threads:[~2024-02-25 13:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-23 23:01 [PATCH] arm64: imx8-apalis-v1.1: Remove reset-names from ethernet-phy Fabio Estevam
2024-02-25 13:35 ` 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).