Commit 37e7b536 authored by Abel Vesa's avatar Abel Vesa Committed by Linus Walleij
Browse files

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: 87ebcd8b ("pinctrl: qcom: Add glymur pinctrl driver")
Signed-off-by: default avatarAbel Vesa <abel.vesa@linaro.org>
Reviewed-by: default avatarDmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 543e3b4a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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", },
	{ }
};