diff options
author | Patrick Delaunay <patrick.delaunay@foss.st.com> | 2021-07-20 20:09:51 +0200 |
---|---|---|
committer | Ramon Fried <rfried.dev@gmail.com> | 2021-07-22 22:05:28 +0300 |
commit | d33982d5bc442a0dc720962160019cad518d266e (patch) | |
tree | e379d8ae52ff69282b5fe505bde6e4828c3e1786 /drivers/net/dwc_eth_qos.c | |
parent | b8da46fda664d06f0afa2fbd0fab6e2acd603a93 (diff) |
net: eth-phy: add support of device tree configuration for gpio reset
The gpio reset and the assert or deassert delay are defined in generic
binding of the ethernet phy in Linux:
Documentation/devicetree/bindings/net/ethernet-phy.yaml
reset-gpios:
maxItems: 1
description:
The GPIO phandle and specifier for the PHY reset signal.
reset-assert-us:
description:
Delay after the reset was asserted in microseconds. If this
property is missing the delay will be skipped.
reset-deassert-us:
description:
Delay after the reset was deasserted in microseconds. If
this property is missing the delay will be skipped.
See also U-Boot: doc/device-tree-bindings/net/phy.txt
This patch adds the parsing of this common DT properties in the
u-class "eth_phy_generic", used by default in the associated driver
"eth_phy_generic_drv"
This parsing function eth_phy_of_to_plat can be reused by other
ethernet phy drivers for this uclass UCLASS_ETH_PHY.
Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Reviewed-by: Ramon Fried <rfried.dev@gmail.com>
Diffstat (limited to 'drivers/net/dwc_eth_qos.c')
0 files changed, 0 insertions, 0 deletions