Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

net: ipa: fix IPA v4.5 interconnect data

Update the definition of the IPA interconnects for IPA v4.5 so
the path between IPA and system memory is represented by a single
"memory" interconnect.

Tested-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Alex Elder and committed by
David S. Miller
97884b07 c0d6316c

+1 -6
+1 -6
drivers/net/ipa/ipa_data-v4.5.c
··· 420 420 /* Interconnect rates are in 1000 byte/second units */ 421 421 static const struct ipa_interconnect_data ipa_interconnect_data[] = { 422 422 { 423 - .name = "memory-a", 423 + .name = "memory", 424 424 .peak_bandwidth = 600000, /* 600 MBps */ 425 - .average_bandwidth = 150000, /* 150 MBps */ 426 - }, 427 - { 428 - .name = "memory-b", 429 - .peak_bandwidth = 1804000, /* 1.804 GBps */ 430 425 .average_bandwidth = 150000, /* 150 MBps */ 431 426 }, 432 427 /* Average rate is unused for the next two interconnects */