commit | d7c3a206e6338e4ccdf030719dec028e26a521d5 | [log] [tgz] |
---|---|---|
author | Andy Duan <fugang.duan@nxp.com> | Tue Apr 09 03:40:56 2019 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Apr 11 13:53:28 2019 -0700 |
tree | c8551097fed59f707e47b87597fae71417b870b3 | |
parent | c5b493ce192bd7a4e7bd073b5685aad121eeef82 [diff] |
net: fec: manage ahb clock in runtime pm Some SOC like i.MX6SX clock have some limits: - ahb clock should be disabled before ipg. - ahb and ipg clocks are required for MAC MII bus. So, move the ahb clock to runtime management together with ipg clock. Signed-off-by: Fugang Duan <fugang.duan@nxp.com> Signed-off-by: David S. Miller <davem@davemloft.net>