pinctrl: qcom: sdm845: Fix UFS_RESET pin
authorStephen Boyd <swboyd@chromium.org>
Fri, 30 Aug 2019 06:02:27 +0000 (23:02 -0700)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 4 Sep 2019 13:23:22 +0000 (15:23 +0200)
commit1fdbc02ce1bdcdc53c7d16cf20b80cfaa79a5a59
tree899c6f87d6acff6a25a24c8cfddae914a7a61eb4
parentbacada1c3fb4f116c8a1ebc864a9bd4ffd14e2d2
pinctrl: qcom: sdm845: Fix UFS_RESET pin

The UFS_RESET pin is the magical pin #150 now, not 153 per the
sdm845_groups array declared in this file. Fix the order of pins so that
UFS_RESET is 150 and the SDC pins follow after.

Fixes: 53a5372ce326 ("pinctrl: qcom: sdm845: Expose ufs_reset as gpio")
Signed-off-by: Stephen Boyd <swboyd@chromium.org>
Link: https://lore.kernel.org/r/20190830060227.12792-1-swboyd@chromium.org
Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/qcom/pinctrl-sdm845.c