]> 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)
commit64ce9c888cb637d539e20a204ae661260c5327c9
tree18aa7c723754ca7cb65d917d6834ea3dda176b8b
parent7b8975b66815aba91b46c290869a9dddb3e3c94a
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: bc82f5783d7df ("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