summaryrefslogtreecommitdiff
path: root/drivers/pinctrl
diff options
context:
space:
mode:
authorBjorn Andersson <bjorn.andersson@sonymobile.com>2013-12-14 23:01:54 -0800
committerLinus Walleij <linus.walleij@linaro.org>2013-12-16 10:33:42 +0100
commitb31d100e9225d013b7b9b4162a2bd3c6724954bd (patch)
tree1385245cfa96221df4ee4a9c328eda789ead4368 /drivers/pinctrl
parent408e3c66da700a2c30ec63e0c4078c23d28dac2f (diff)
pinctrl-msm: Rename compatible to be more specific
Use the more specific form 8974 for the compatible to reduce the risk of future mishaps. Signed-off-by: Bjorn Andersson <bjorn.andersson@sonymobile.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl')
-rw-r--r--drivers/pinctrl/pinctrl-msm8x74.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pinctrl/pinctrl-msm8x74.c b/drivers/pinctrl/pinctrl-msm8x74.c
index c702e775bf24..f944bf2172ef 100644
--- a/drivers/pinctrl/pinctrl-msm8x74.c
+++ b/drivers/pinctrl/pinctrl-msm8x74.c
@@ -603,7 +603,7 @@ static int msm8x74_pinctrl_probe(struct platform_device *pdev)
}
static const struct of_device_id msm8x74_pinctrl_of_match[] = {
- { .compatible = "qcom,msm8x74-pinctrl", },
+ { .compatible = "qcom,msm8974-pinctrl", },
{ },
};