arm64: dts: imx8mp-verdin: Remove invalid property from eqos
authorFabio Estevam <festevam@denx.de>
Thu, 28 Sep 2023 02:34:53 +0000 (23:34 -0300)
committerShawn Guo <shawnguo@kernel.org>
Tue, 10 Oct 2023 03:06:00 +0000 (11:06 +0800)
Per nxp,dwmac-imx.yaml, it is not valid to pass 'phy-supply'.

The reg_module_eth1phy regulator is marked with 'regulator-always-on',
so it is safe to remove it from the eqos node.

Remove it to fix the following schema warning:

imx8mp-verdin-nonwifi-dahlia.dtb: ethernet@30bf0000: Unevaluated properties are not allowed ('phy-supply' was unexpected)
from schema $id: http://devicetree.org/schemas/net/nxp,dwmac-imx.yaml#

Signed-off-by: Fabio Estevam <festevam@denx.de>
Tested-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mp-verdin.dtsi

index e9e4fcb562f10c6c5c0041959c1e2ce37ef62a8d..04f2083c4ab2e38282d14a86ba3de9e3c9719c9e 100644 (file)
 &eqos {
        phy-handle = <&ethphy0>;
        phy-mode = "rgmii-id";
-       phy-supply = <&reg_module_eth1phy>;
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_eqos>;
        snps,force_thresh_dma_mode;