summaryrefslogtreecommitdiff
path: root/drivers/pinctrl/qcom
diff options
context:
space:
mode:
authorAbel Vesa <abel.vesa@linaro.org>2025-09-19 15:17:11 +0300
committerLinus Walleij <linus.walleij@linaro.org>2025-10-13 12:15:50 +0200
commit37e7b536061a33c8f27030e3ffc5a717a6c319e3 (patch)
tree45d80605c3cb2523f92f3ecfd7e3495294476790 /drivers/pinctrl/qcom
parent543e3b4a54d779446d0e7aaf4adee1b7d59292fe (diff)
downloadlinux-next-37e7b536061a33c8f27030e3ffc5a717a6c319e3.tar.gz
linux-next-37e7b536061a33c8f27030e3ffc5a717a6c319e3.zip
pinctrl: qcom: glymur: Drop unnecessary platform data from match table
The platform specific configuration is already passed on to the generic msm probe. So it's useless to exist in the match table next to the compatible. So drop it from match table. Fixes: 87ebcd8baebf ("pinctrl: qcom: Add glymur pinctrl driver") Signed-off-by: Abel Vesa <abel.vesa@linaro.org> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl/qcom')
-rw-r--r--drivers/pinctrl/qcom/pinctrl-glymur.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pinctrl/qcom/pinctrl-glymur.c b/drivers/pinctrl/qcom/pinctrl-glymur.c
index 9913f98e9531..9781e7fcb3a1 100644
--- a/drivers/pinctrl/qcom/pinctrl-glymur.c
+++ b/drivers/pinctrl/qcom/pinctrl-glymur.c
@@ -1743,7 +1743,7 @@ static const struct msm_pinctrl_soc_data glymur_tlmm = {
};
static const struct of_device_id glymur_tlmm_of_match[] = {
- { .compatible = "qcom,glymur-tlmm", .data = &glymur_tlmm },
+ { .compatible = "qcom,glymur-tlmm", },
{ }
};