Skip to content

Commit

Permalink
pinctrl: refer to updated dt binding string.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Christian Daudt committed Feb 25, 2014
1 parent a253006 commit d0deca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/pinctrl/pinctrl-capri.c
Original file line number Diff line number Diff line change
Expand Up @@ -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", },
{ },
};

Expand Down

0 comments on commit d0deca0

Please sign in to comment.