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)
commitaa447a8734f12f78a1ee6cd611e277cd4c33d773
treeaaf813798acd45917d71b16c122adfd8411392cc
parentfb8d784b531e363171c7e22f4f0980b4b128a607
parent9ecf04016c87bcb33b44e24489d33618e2592f41
Merge branch 'add-dt-property-to-disable-hibernation-mode'

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>