From: Fabio Estevam <festevam@denx.de>
Date: Fri, 23 Feb 2024 23:01:13 +0000 (-0300)
Subject: arm64: dts: imx8-apalis-v1.1: Remove reset-names from ethernet-phy
X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=f5bf55e8c77463b3b90d4c7e1b64d372443d620e;p=linux.git

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

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>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
---

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 f69b0c17560ae..160153853b686 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 @@
 			reset-assert-us = <2>;
 			reset-deassert-us = <2>;
 			reset-gpios = <&lsio_gpio1 11 GPIO_ACTIVE_LOW>;
-			reset-names = "phy";
 		};
 	};
 };