]> git.ipfire.org Git - thirdparty/u-boot.git/commit
net: fsl_enetc_mdio: Add support for phy-supply property
authorYe Li <ye.li@nxp.com>
Tue, 28 Oct 2025 02:46:30 +0000 (10:46 +0800)
committerFabio Estevam <festevam@nabladev.com>
Tue, 4 Nov 2025 15:39:46 +0000 (12:39 -0300)
commitb810035c83cc1899067cb3b764f50ba2b7449202
tree2bd367c0d1702261ca5394ddd60c09859c715858
parentf4e9645108701c1f8e2d2b66d75af95db5387f89
net: fsl_enetc_mdio: Add support for phy-supply property

Add support for the optional 'phy-supply' property in the ENETC MDIO
driver. This allows the driver to enable and manage the PHY's power
supply via the regulator framework when specified in device tree.

Signed-off-by: Ye Li <ye.li@nxp.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Alice Guo <alice.guo@nxp.com>
drivers/net/fsl_enetc_mdio.c