devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V3 net 0/2] Add DT property to disable hibernation mode
@ 2022-08-18  3:00 wei.fang
  2022-08-18  3:00 ` [PATCH V3 net 1/2] dt-bindings: net: ar803x: add disable-hibernation-mode propetry wei.fang
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: wei.fang @ 2022-08-18  3:00 UTC (permalink / raw)
  To: andrew, hkallweit1, linux, davem, edumazet, kuba, pabeni, robh+dt,
	krzysztof.kozlowski+dt, f.fainelli, netdev, devicetree,
	linux-kernel

From: Wei Fang <wei.fang@nxp.com>

The patches add the ability to disable the hibernation mode of AR803x
PHYs. Hibernation mode defaults to enabled after hardware reset on
these PHYs. If the AR803x PHYs enter hibernation mode, they will not
provide any clock. For some MACs, they might need the clocks which
provided by the PHYs to support their own hardware logic.
So, the patches add the support to disable hibernation mode by adding
a boolean:
        qca,disable-hibernation-mode
If one wished to disable hibernation mode to better match with the
specifical MAC, just add this property in the phy node of DT.

Wei Fang (2):
  dt-bindings: net: ar803x: add disable-hibernation-mode propetry
  net: phy: at803x: add disable hibernation mode support

 .../devicetree/bindings/net/qca,ar803x.yaml   |  8 ++++++
 drivers/net/phy/at803x.c                      | 25 +++++++++++++++++++
 2 files changed, 33 insertions(+)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-08-18 23:40 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-18  3:00 [PATCH V3 net 0/2] Add DT property to disable hibernation mode wei.fang
2022-08-18  3:00 ` [PATCH V3 net 1/2] dt-bindings: net: ar803x: add disable-hibernation-mode propetry wei.fang
2022-08-18 16:35   ` Rob Herring
2022-08-18  3:00 ` [PATCH V3 net 2/2] net: phy: at803x: add disable hibernation mode support wei.fang
2022-08-18 19:29   ` Andrew Lunn
2022-08-18 19:58     ` Jakub Kicinski
2022-08-18 20:28       ` Andrew Lunn
2022-08-18 23:40 ` [PATCH V3 net 0/2] Add DT property to disable hibernation mode patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).