arm64: dts: imx8-apalis-v1.1: Remove reset-names from ethernet-phy
authorFabio Estevam <festevam@denx.de>
Fri, 23 Feb 2024 23:01:13 +0000 (20:01 -0300)
committerShawn Guo <shawnguo@kernel.org>
Mon, 26 Feb 2024 02:21:34 +0000 (10:21 +0800)
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>
arch/arm64/boot/dts/freescale/imx8-apalis-v1.1.dtsi

index f69b0c17560aee381f5384928b3d6071f3f141bd..160153853b686223d4afd3eaad396524091c34dc 100644 (file)
                        reset-assert-us = <2>;
                        reset-deassert-us = <2>;
                        reset-gpios = <&lsio_gpio1 11 GPIO_ACTIVE_LOW>;
-                       reset-names = "phy";
                };
        };
 };