arm64: dts: imx8mp-debix-som-a-bmb-08: Remove 'phy-supply' from eqos
authorFabio Estevam <festevam@denx.de>
Thu, 4 Apr 2024 02:08:31 +0000 (23:08 -0300)
committerShawn Guo <shawnguo@kernel.org>
Mon, 22 Apr 2024 04:05:04 +0000 (12:05 +0800)
Per nxp,dwmac-imx.yaml, it is not valid to pass 'phy-supply'.

Remove it to fix the following dt-schema warning:

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>
Reviewed-by: Umang Jain <umang.jain@ideasonboard.com>
Tested-by: Umang Jain <umang.jain@ideasonboard.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mp-debix-som-a-bmb-08.dts

index b11d694b98e1bc6818b40ca48f8d5bee2fd090c5..d241db3743a9c70ec38cf7b09625d0417dafb228 100644 (file)
        pinctrl-0 = <&pinctrl_eqos>;
        nvmem-cells = <&ethmac1>;
        nvmem-cell-names = "mac-address";
-       phy-supply = <&reg_baseboard_vdd3v3>;
        phy-handle = <&ethphy0>;
        phy-mode = "rgmii-id";
        status = "okay";