OSDN Git Service

Merge branch 'add-dt-property-to-disable-hibernation-mode'
authorJakub Kicinski <kuba@kernel.org>
Thu, 18 Aug 2022 21:16:36 +0000 (14:16 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 18 Aug 2022 21:16:36 +0000 (14:16 -0700)
Wei Fang says:

====================
Add DT property to disable hibernation mode

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.
====================

Link: https://lore.kernel.org/r/20220818030054.1010660-1-wei.fang@nxp.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Trivial merge