diff mbox series

arm64: imx8-apalis-v1.1: Remove reset-names from ethernet-phy

Message ID 20240223230113.1258120-1-festevam@gmail.com (mailing list archive)
State New, archived
Headers show
Series arm64: imx8-apalis-v1.1: Remove reset-names from ethernet-phy | expand

Commit Message

Fabio Estevam Feb. 23, 2024, 11:01 p.m. UTC
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(-)

Comments

Shawn Guo Feb. 25, 2024, 1:35 p.m. UTC | #1
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!
diff mbox series

Patch

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";
 		};
 	};
 };