arm64: dts: imx8-apalis-v1.1: Fix Ethernet PHY reset-names
authorFabio Estevam <festevam@denx.de>
Fri, 29 Sep 2023 12:40:32 +0000 (09:40 -0300)
committerShawn Guo <shawnguo@kernel.org>
Tue, 10 Oct 2023 03:06:00 +0000 (11:06 +0800)
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>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8-apalis-v1.1.dtsi

index 7ce34200783690a97ebd31318fa0d0dd4dd75363..5ce5fbf2b38e4a0d2e15802ce9638e6e28ebba7e 100644 (file)
                        reset-assert-us = <2>;
                        reset-deassert-us = <2>;
                        reset-gpios = <&lsio_gpio1 11 GPIO_ACTIVE_LOW>;
-                       reset-names = "phy-reset";
+                       reset-names = "phy";
                };
        };
 };