From: Bjorn Andersson Date: Sat, 10 Oct 2015 05:06:44 +0000 (-0700) Subject: soc: qcom: smd: Correct SMEM items for upper channels X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=ea4683e0b6c38ed54e5a66160c99d65f5022ecb2;p=linux-beck.git 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 Signed-off-by: Andy Gross --- 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 { .fifo_base_id = 338 }, { - .alloc_tbl_id = 14, - .info_base_id = 266, + .alloc_tbl_id = 266, + .info_base_id = 138, .fifo_base_id = 202, }, };