]> git.baikalelectronics.ru Git - kernel.git/commit
net: ipa: fix interconnect enable bug
authorAlex Elder <elder@linaro.org>
Tue, 22 Dec 2020 15:16:13 +0000 (09:16 -0600)
committerJakub Kicinski <kuba@kernel.org>
Wed, 23 Dec 2020 19:35:48 +0000 (11:35 -0800)
commita19b8c51a916c1ebf2062b40dceecfa78b08b40b
tree18aa7c723754ca7cb65d917d6834ea3dda176b8b
parentf100a67d53af96fbb342e8257b56562a7c86191d
net: ipa: fix interconnect enable bug

When the core clock rate and interconnect bandwidth specifications
were moved into configuration data, a copy/paste bug was introduced,
causing the memory interconnect bandwidth to be set three times
rather than enabling the three different interconnects.

Fix this bug.

Fixes: 5db7128bd9808 ("net: ipa: use config data for clocking")
Signed-off-by: Alex Elder <elder@linaro.org>
Reviewed-by: Georgi Djakov <georgi.djakov@linaro.org>
Link: https://lore.kernel.org/r/20201222151613.5730-1-elder@linaro.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ipa/ipa_clock.c