mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 12:42:02 +00:00
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>
This commit is contained in:
parent
408e3c66da
commit
b31d100e92
@ -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;
|
@ -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", },
|
||||
{ },
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user