Skip to content

Commit

Permalink
net: ipa: fix IPA v4.9 interconnects
Browse files Browse the repository at this point in the history
Three interconnects are defined for IPA version 4.9, but there
should only be two.  They should also use names that match what's
used for other platforms (and specified in the Device Tree binding).

Signed-off-by: Alex Elder <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
Alex Elder authored and davem330 committed Aug 5, 2021
1 parent df7ba0e commit 0fd75f5
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions drivers/net/ipa/ipa_data-v4.9.c
Original file line number Diff line number Diff line change
Expand Up @@ -418,18 +418,13 @@ static const struct ipa_mem_data ipa_mem_data = {
/* Interconnect rates are in 1000 byte/second units */
static const struct ipa_interconnect_data ipa_interconnect_data[] = {
{
.name = "ipa_to_llcc",
.name = "memory",
.peak_bandwidth = 600000, /* 600 MBps */
.average_bandwidth = 150000, /* 150 MBps */
},
{
.name = "llcc_to_ebi1",
.peak_bandwidth = 1804000, /* 1.804 GBps */
.average_bandwidth = 150000, /* 150 MBps */
},
/* Average rate is unused for the next interconnect */
{
.name = "appss_to_ipa",
.name = "config",
.peak_bandwidth = 74000, /* 74 MBps */
.average_bandwidth = 0, /* unused */
},
Expand Down

0 comments on commit 0fd75f5

Please sign in to comment.