Re: [PATCH] pinctrl: qcom: qcs404: Correct SDC tile

2019-02-06 Thread Linus Walleij
On Thu, Jan 31, 2019 at 6:30 PM Bjorn Andersson wrote: > The SDC controls live in the south tile, not the north one. Correct this > so that we program the right registers. > > Cc: sta...@vger.kernel.org > Fixes: 22eb8301dbc1 ("pinctrl: qcom: Add qcs404 pinctrl driver") > Signed-off-by: Bjorn Ande

Re: [PATCH] pinctrl: qcom: qcs404: Correct SDC tile

2019-02-04 Thread Vinod Koul
On 31-01-19, 09:29, Bjorn Andersson wrote: > The SDC controls live in the south tile, not the north one. Correct this > so that we program the right registers. Reviewed-by: Vinod Koul > > Cc: sta...@vger.kernel.org > Fixes: 22eb8301dbc1 ("pinctrl: qcom: Add qcs404 pinctrl driver") > Signed-off-

[PATCH] pinctrl: qcom: qcs404: Correct SDC tile

2019-01-31 Thread Bjorn Andersson
The SDC controls live in the south tile, not the north one. Correct this so that we program the right registers. Cc: sta...@vger.kernel.org Fixes: 22eb8301dbc1 ("pinctrl: qcom: Add qcs404 pinctrl driver") Signed-off-by: Bjorn Andersson --- drivers/pinctrl/qcom/pinctrl-qcs404.c | 2 +- 1 file cha