mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
phy: Fix node description of phy_get_by_node
node is most of device related API's are termed as device node and without device related API's are termed as ofnode. generic_phy_get_by_node API is without device API, so fixed the node description as ofnode. Cc: Neil Armstrong <narmstrong@baylibre.com> Cc: Tom Rini <trini@konsulko.com> Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
This commit is contained in:
parent
d0847ecc9f
commit
cd3e01b14f
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@ int generic_phy_get_by_index(struct udevice *user, int index,
|
|||
/**
|
||||
* generic_phy_get_by_node() - Get a PHY device by integer index on ofnode
|
||||
*
|
||||
* @node: the device node
|
||||
* @node: The client ofnode.
|
||||
* @index: The index in the list of available PHYs
|
||||
* @phy: A pointer to the PHY port
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue