]> git.karo-electronics.de Git - linux-beck.git/commitdiff
pinctrl-msm: Rename compatible to be more specific
authorBjorn Andersson <bjorn.andersson@sonymobile.com>
Sun, 15 Dec 2013 07:01:54 +0000 (23:01 -0800)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 16 Dec 2013 09:33:42 +0000 (10:33 +0100)
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>
Documentation/devicetree/bindings/pinctrl/qcom,msm8974-pinctrl.txt [moved from Documentation/devicetree/bindings/pinctrl/qcom,msm8x74-pinctrl.txt with 97% similarity]
drivers/pinctrl/pinctrl-msm8x74.c

similarity index 97%
rename from Documentation/devicetree/bindings/pinctrl/qcom,msm8x74-pinctrl.txt
rename to Documentation/devicetree/bindings/pinctrl/qcom,msm8974-pinctrl.txt
index 70ab78fe93c8805b595685398b69e625383fd69f..4c352be5dd615a463ae56bde90af1b321307a2eb 100644 (file)
@@ -1,4 +1,4 @@
-Qualcomm MSM8x74 TLMM block
+Qualcomm MSM8974 TLMM block
 
 Required properties:
 - compatible: "qcom,msm8x74-pinctrl"
@@ -59,7 +59,7 @@ Valid values for qcom,function are:
 Example:
 
        msmgpio: pinctrl@fd510000 {
-               compatible = "qcom,msm8x74-pinctrl";
+               compatible = "qcom,msm8974-pinctrl";
                reg = <0xfd510000 0x4000>;
 
                gpio-controller;
index c702e775bf246cb4f64949e9430ba8a4ea3cad4e..f944bf2172ef50860c9a18722190adb73fe63928 100644 (file)
@@ -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", },
        { },
 };