projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a253006
)
pinctrl: refer to updated dt binding string.
author
Christian Daudt
<bcm@fixthebug.org>
Mon, 24 Feb 2014 17:15:35 +0000
(09:15 -0800)
committer
Christian Daudt
<bcm@fixthebug.org>
Tue, 25 Feb 2014 04:25:54 +0000
(20:25 -0800)
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>
drivers/pinctrl/pinctrl-capri.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/pinctrl/pinctrl-capri.c
b/drivers/pinctrl/pinctrl-capri.c
index 4669c53f99b0a4fc8e30ab4678263be292f014fd..eb2500212147bdc72177f3e67c31ed23f7e6ea6a 100644
(file)
--- 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)
}
static struct of_device_id capri_pinctrl_of_match[] = {
- { .compatible = "brcm,
capri
-pinctrl", },
+ { .compatible = "brcm,
bcm11351
-pinctrl", },
{ },
};