diff options
author | Bjorn Andersson <bjorn.andersson@sonymobile.com> | 2015-10-10 01:06:44 -0400 |
---|---|---|
committer | Andy Gross <agross@codeaurora.org> | 2015-10-14 15:51:22 -0400 |
commit | ea4683e0b6c38ed54e5a66160c99d65f5022ecb2 (patch) | |
tree | af50a5d8718059911d283f62bb21d5f6b8ba7328 /drivers/soc | |
parent | 2d3c277ca5b1a9c12cde1f760ff925b87608bc76 (diff) |
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>
Diffstat (limited to 'drivers/soc')
-rw-r--r-- | drivers/soc/qcom/smd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/soc/qcom/smd.c b/drivers/soc/qcom/smd.c index 88353bda1ea4..ef5fed6ceb21 100644 --- a/drivers/soc/qcom/smd.c +++ b/drivers/soc/qcom/smd.c | |||
@@ -87,8 +87,8 @@ static const struct { | |||
87 | .fifo_base_id = 338 | 87 | .fifo_base_id = 338 |
88 | }, | 88 | }, |
89 | { | 89 | { |
90 | .alloc_tbl_id = 14, | 90 | .alloc_tbl_id = 266, |
91 | .info_base_id = 266, | 91 | .info_base_id = 138, |
92 | .fifo_base_id = 202, | 92 | .fifo_base_id = 202, |
93 | }, | 93 | }, |
94 | }; | 94 | }; |