Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

pinctrl: qcom: sc7280: Fix SDC1_RCLK configurations

Fix SDC1_RCLK configurations which are in a different register so fix the
offset from 0xb3000 to 0xb3004.

Fixes: ecb454594c43: ("pinctrl: qcom: Add sc7280 pinctrl driver")
Reported-by: Veerabhadrarao Badiganti <vbadigan@codeaurora.org>
Signed-off-by: Rajendra Nayak <rnayak@codeaurora.org>
Acked-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/1614662511-26519-2-git-send-email-rnayak@codeaurora.org
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

authored by

Rajendra Nayak and committed by
Linus Walleij
d0f9f47c 07abd8db

+1 -1
+1 -1
drivers/pinctrl/qcom/pinctrl-sc7280.c
··· 1440 1440 [173] = PINGROUP(173, qdss, _, _, _, _, _, _, _, _), 1441 1441 [174] = PINGROUP(174, qdss, _, _, _, _, _, _, _, _), 1442 1442 [175] = UFS_RESET(ufs_reset, 0xbe000), 1443 - [176] = SDC_QDSD_PINGROUP(sdc1_rclk, 0xb3000, 15, 0), 1443 + [176] = SDC_QDSD_PINGROUP(sdc1_rclk, 0xb3004, 0, 6), 1444 1444 [177] = SDC_QDSD_PINGROUP(sdc1_clk, 0xb3000, 13, 6), 1445 1445 [178] = SDC_QDSD_PINGROUP(sdc1_cmd, 0xb3000, 11, 3), 1446 1446 [179] = SDC_QDSD_PINGROUP(sdc1_data, 0xb3000, 9, 0),