]> Git Repo - u-boot.git/commit
phy: add support for phy-supply
authorEugen Hristev <[email protected]>
Mon, 15 May 2023 09:59:47 +0000 (12:59 +0300)
committerKever Yang <[email protected]>
Wed, 17 May 2023 09:36:18 +0000 (17:36 +0800)
commitc57e0dcd9384c012b622abc7523cd45a2bf861f0
treeaaa4e4fe51fcd22f46c8497f7d3c207bc3f9f4bd
parentadef6ebc06b6b1f2530c6d08c4c8919a10c96d58
phy: add support for phy-supply

Some phys require a phy-supply property that is a phandle to a regulator
that needs to be enabled for phy operations.
Implement basic supply lookup, enable and disabling, if DM_REGULATOR is
available.

Reviewed-by: Kever Yang <[email protected]>
[[email protected]:
use regulator_set_enable_if_allowed and disable if power_on ops fails]
Signed-off-by: Jonas Karlman <[email protected]>
Signed-off-by: Eugen Hristev <[email protected]>
drivers/phy/phy-uclass.c
This page took 0.032075 seconds and 4 git commands to generate.