Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d0deca02 authored by Christian Daudt's avatar Christian Daudt
Browse files

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: default avatarChristian Daudt <bcm@fixthebug.org>
Reviewed-by: default avatarMatt Porter <mporter@linaro.org>
parent a2530060
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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", },
	{ },
};