diff options
-rw-r--r-- | Documentation/devicetree/bindings/pinctrl/qcom,msm8974-pinctrl.txt (renamed from Documentation/devicetree/bindings/pinctrl/qcom,msm8x74-pinctrl.txt) | 4 | ||||
-rw-r--r-- | drivers/pinctrl/pinctrl-msm8x74.c | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/devicetree/bindings/pinctrl/qcom,msm8x74-pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/qcom,msm8974-pinctrl.txt index 70ab78fe93c8..4c352be5dd61 100644 --- a/Documentation/devicetree/bindings/pinctrl/qcom,msm8x74-pinctrl.txt +++ b/Documentation/devicetree/bindings/pinctrl/qcom,msm8974-pinctrl.txt | |||
@@ -1,4 +1,4 @@ | |||
1 | Qualcomm MSM8x74 TLMM block | 1 | Qualcomm MSM8974 TLMM block |
2 | 2 | ||
3 | Required properties: | 3 | Required properties: |
4 | - compatible: "qcom,msm8x74-pinctrl" | 4 | - compatible: "qcom,msm8x74-pinctrl" |
@@ -59,7 +59,7 @@ Valid values for qcom,function are: | |||
59 | Example: | 59 | Example: |
60 | 60 | ||
61 | msmgpio: pinctrl@fd510000 { | 61 | msmgpio: pinctrl@fd510000 { |
62 | compatible = "qcom,msm8x74-pinctrl"; | 62 | compatible = "qcom,msm8974-pinctrl"; |
63 | reg = <0xfd510000 0x4000>; | 63 | reg = <0xfd510000 0x4000>; |
64 | 64 | ||
65 | gpio-controller; | 65 | gpio-controller; |
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) | |||
603 | } | 603 | } |
604 | 604 | ||
605 | static const struct of_device_id msm8x74_pinctrl_of_match[] = { | 605 | static const struct of_device_id msm8x74_pinctrl_of_match[] = { |
606 | { .compatible = "qcom,msm8x74-pinctrl", }, | 606 | { .compatible = "qcom,msm8974-pinctrl", }, |
607 | { }, | 607 | { }, |
608 | }; | 608 | }; |
609 | 609 | ||