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>
This commit is contained in:
Fabio Estevam 2024-02-23 20:01:13 -03:00 committed by Shawn Guo
parent 0ff08803ec
commit f5bf55e8c7

View file

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