]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
pinctrl: qcom: glymur: Drop unnecessary platform data from match table
authorAbel Vesa <abel.vesa@linaro.org>
Fri, 19 Sep 2025 12:17:11 +0000 (15:17 +0300)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 13 Oct 2025 10:15:50 +0000 (12:15 +0200)
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>
drivers/pinctrl/qcom/pinctrl-glymur.c

index 9913f98e953110d32e804c8d210220857583ba46..9781e7fcb3a11c85dbd5497170188e2da051215b 100644 (file)
@@ -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", },
        { }
 };