mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
soc: qcom: smd: Correct SMEM items for upper channels
Update the SMEM items for the second set of SMD channels, as these where incorrect. Signed-off-by: Bjorn Andersson <bjorn.andersson@sonymobile.com> Signed-off-by: Andy Gross <agross@codeaurora.org>
This commit is contained in:
parent
2d3c277ca5
commit
ea4683e0b6
1 changed files with 2 additions and 2 deletions
|
@ -87,8 +87,8 @@ static const struct {
|
|||
.fifo_base_id = 338
|
||||
},
|
||||
{
|
||||
.alloc_tbl_id = 14,
|
||||
.info_base_id = 266,
|
||||
.alloc_tbl_id = 266,
|
||||
.info_base_id = 138,
|
||||
.fifo_base_id = 202,
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue