diff options
author | Christian Daudt <bcm@fixthebug.org> | 2014-02-24 12:15:35 -0500 |
---|---|---|
committer | Christian Daudt <bcm@fixthebug.org> | 2014-02-24 23:25:54 -0500 |
commit | d0deca0276807740f3e688d97196122511b8f765 (patch) | |
tree | 57a28371677d1d21b759003a5084d39f6e0aa6bc | |
parent | a2530060c1157a7863abbe1fea3cfdd5da55bd48 (diff) |
pinctrl: refer to updated dt binding string.
Bring the driver in line with the bcm-based dt name for pinctrl.
This is being done to keep consistency with other Broadcom mobile
SoC drivers.
Signed-off-by: Christian Daudt <bcm@fixthebug.org>
Reviewed-by: Matt Porter <mporter@linaro.org>
-rw-r--r-- | drivers/pinctrl/pinctrl-capri.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pinctrl/pinctrl-capri.c b/drivers/pinctrl/pinctrl-capri.c index 4669c53f99b0..eb2500212147 100644 --- a/drivers/pinctrl/pinctrl-capri.c +++ b/drivers/pinctrl/pinctrl-capri.c | |||
@@ -1435,7 +1435,7 @@ int __init capri_pinctrl_probe(struct platform_device *pdev) | |||
1435 | } | 1435 | } |
1436 | 1436 | ||
1437 | static struct of_device_id capri_pinctrl_of_match[] = { | 1437 | static struct of_device_id capri_pinctrl_of_match[] = { |
1438 | { .compatible = "brcm,capri-pinctrl", }, | 1438 | { .compatible = "brcm,bcm11351-pinctrl", }, |
1439 | { }, | 1439 | { }, |
1440 | }; | 1440 | }; |
1441 | 1441 | ||