diff mbox series

arm64: dts: imx8-apalis-v1.1: Fix Ethernet PHY reset-names

Message ID 20230929124032.645078-1-festevam@gmail.com (mailing list archive)
State New, archived
Headers show
Series arm64: dts: imx8-apalis-v1.1: Fix Ethernet PHY reset-names | expand

Commit Message

Fabio Estevam Sept. 29, 2023, 12:40 p.m. UTC
From: Fabio Estevam <festevam@denx.de>

Per ethernet-phy.yaml, the expected value for the 'reset-names'
property is "phy".

Change it accordingly to fix the following schema warning:

imx8qm-apalis-ixora-v1.1.dtb: ethernet-phy@7: reset-names:0: 'phy' was expected 
from schema $id: http://devicetree.org/schemas/net/ethernet-phy.yaml#

Signed-off-by: Fabio Estevam <festevam@denx.de>
---
 arch/arm64/boot/dts/freescale/imx8-apalis-v1.1.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Shawn Guo Oct. 10, 2023, 1:36 a.m. UTC | #1
On Fri, Sep 29, 2023 at 09:40:32AM -0300, Fabio Estevam wrote:
> From: Fabio Estevam <festevam@denx.de>
> 
> Per ethernet-phy.yaml, the expected value for the 'reset-names'
> property is "phy".
> 
> Change it accordingly to fix the following schema warning:
> 
> imx8qm-apalis-ixora-v1.1.dtb: ethernet-phy@7: reset-names:0: 'phy' was expected 
> from schema $id: http://devicetree.org/schemas/net/ethernet-phy.yaml#
> 
> 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 7ce342007836..5ce5fbf2b38e 100644
--- a/arch/arm64/boot/dts/freescale/imx8-apalis-v1.1.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8-apalis-v1.1.dtsi
@@ -264,7 +264,7 @@  ethphy0: ethernet-phy@7 {
 			reset-assert-us = <2>;
 			reset-deassert-us = <2>;
 			reset-gpios = <&lsio_gpio1 11 GPIO_ACTIVE_LOW>;
-			reset-names = "phy-reset";
+			reset-names = "phy";
 		};
 	};
 };