commit | 9af771ced473f92b5e57d086a0c2453fc0cb149c | [log] [tgz] |
---|---|---|
author | Maxime Chevallier <maxime.chevallier@bootlin.com> | Wed Apr 25 20:21:17 2018 +0200 |
committer | David S. Miller <davem@davemloft.net> | Fri Apr 27 11:22:55 2018 -0400 |
tree | 6b07a141d39fbec6ac3908f8822a63b11179d52f | |
parent | 45f972adb7f4db2d7f02af728ccd104113336074 [diff] |
net: mvpp2: Fix clock resource by adding missing mg_core_clk Marvell's PPv2.2 IP needs an additional clock named "MG Core clock". This is required on Armada 7K and 8K. This commit adds the required clock in mvpp2, making sure it's only used on PPv2.2. Fixes: c7e92def1ef4 ("clk: mvebu: cp110: Fix clock tree representation") Signed-off-by: Maxime Chevallier <maxime.chevallier@bootlin.com> Signed-off-by: David S. Miller <davem@davemloft.net>