]> asedeno.scripts.mit.edu Git - linux.git/commit
net: stmmac: Do not request stmmaceth clock
authorThierry Reding <treding@nvidia.com>
Fri, 26 Jul 2019 10:27:41 +0000 (12:27 +0200)
committerDavid S. Miller <davem@davemloft.net>
Sat, 27 Jul 2019 20:52:26 +0000 (13:52 -0700)
commitddfbee9e3204a0158774bbe9df0f555573e81f43
tree403b7ae4fe3302b07372e5001152895773912a47
parent1a981c0586c038710227eb740350f291e77ce365
net: stmmac: Do not request stmmaceth clock

The stmmaceth clock is specified by the slave_bus and apb_pclk clocks in
the device tree bindings for snps,dwc-qos-ethernet-4.10 compatible nodes
of this IP.

The subdrivers for these bindings will be requesting the stmmac clock
correctly at a later point, so there is no need to request it here and
cause an error message to be printed to the kernel log.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c