diff mbox series

arm64: dts: imx93-var-som: Remove phy-supply from eqos

Message ID 20240223024337.1138755-1-festevam@gmail.com (mailing list archive)
State New, archived
Headers show
Series arm64: dts: imx93-var-som: Remove phy-supply from eqos | expand

Commit Message

Fabio Estevam Feb. 23, 2024, 2:43 a.m. UTC
From: Fabio Estevam <festevam@denx.de>

Per nxp,dwmac-imx.yaml, phy-supply is not a valid property. 

Remove it to fix the following dt-schema warning:

imx93-var-som-symphony.dtb: ethernet@428a0000: Unevaluated properties are not allowed ('phy-supply' was unexpected)
	from schema $id: http://devicetree.org/schemas/net/nxp,dwmac-imx.yaml#

The reg_eqos_phy regulator is marked as 'regulator-always-on', so it is
safe to remove the phy-supply property.

Signed-off-by: Fabio Estevam <festevam@denx.de>
---
 arch/arm64/boot/dts/freescale/imx93-var-som.dtsi | 1 -
 1 file changed, 1 deletion(-)

Comments

Shawn Guo Feb. 25, 2024, 1:26 p.m. UTC | #1
On Thu, Feb 22, 2024 at 11:43:37PM -0300, Fabio Estevam wrote:
> From: Fabio Estevam <festevam@denx.de>
> 
> Per nxp,dwmac-imx.yaml, phy-supply is not a valid property. 
> 
> Remove it to fix the following dt-schema warning:
> 
> imx93-var-som-symphony.dtb: ethernet@428a0000: Unevaluated properties are not allowed ('phy-supply' was unexpected)
> 	from schema $id: http://devicetree.org/schemas/net/nxp,dwmac-imx.yaml#
> 
> The reg_eqos_phy regulator is marked as 'regulator-always-on', so it is
> safe to remove the phy-supply property.
> 
> Signed-off-by: Fabio Estevam <festevam@denx.de>

Applied, thanks!
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/freescale/imx93-var-som.dtsi b/arch/arm64/boot/dts/freescale/imx93-var-som.dtsi
index 8210d1f63c31..783938245e4f 100644
--- a/arch/arm64/boot/dts/freescale/imx93-var-som.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx93-var-som.dtsi
@@ -39,7 +39,6 @@  &eqos {
 	pinctrl-0 = <&pinctrl_eqos>;
 	phy-mode = "rgmii";
 	phy-handle = <&ethphy0>;
-	phy-supply = <&reg_eqos_phy>;
 	status = "okay";
 
 	mdio {