Skip to content

Commit ffb7474

Browse files
LegoLivesMatterlinusw
authored andcommitted
pinctrl: single: add marvell,pxa1908-padconf compatible
Add the "marvell,pxa1908-padconf" compatible to allow migrating to a separate pinctrl driver later. Acked-by: Linus Walleij <[email protected]> Signed-off-by: Duje Mihanović <[email protected]> Link: https://lore.kernel.org/[email protected] Signed-off-by: Linus Walleij <[email protected]>
1 parent b8a8a0f commit ffb7474

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/pinctrl/pinctrl-single.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1966,6 +1966,7 @@ static const struct pcs_soc_data pinconf_single = {
19661966
};
19671967

19681968
static const struct of_device_id pcs_of_match[] = {
1969+
{ .compatible = "marvell,pxa1908-padconf", .data = &pinconf_single },
19691970
{ .compatible = "ti,am437-padconf", .data = &pinctrl_single_am437x },
19701971
{ .compatible = "ti,am654-padconf", .data = &pinctrl_single_am654 },
19711972
{ .compatible = "ti,dra7-padconf", .data = &pinctrl_single_dra7 },

0 commit comments

Comments
 (0)