Skip to content

Commit

Permalink
pinctrl: single: add marvell,pxa1908-padconf compatible
Browse files Browse the repository at this point in the history
Add the "marvell,pxa1908-padconf" compatible to allow migrating to a
separate pinctrl driver later.

Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Duje Mihanović <duje.mihanovic@skole.hr>
Link: https://lore.kernel.org/20241104-pxa1908-lkml-v13-3-e050609b8d6c@skole.hr
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
  • Loading branch information
Duje Mihanović authored and Linus Walleij committed Nov 8, 2024
1 parent b8a8a0f commit ffb7474
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/pinctrl/pinctrl-single.c
Original file line number Diff line number Diff line change
Expand Up @@ -1966,6 +1966,7 @@ static const struct pcs_soc_data pinconf_single = {
};

static const struct of_device_id pcs_of_match[] = {
{ .compatible = "marvell,pxa1908-padconf", .data = &pinconf_single },
{ .compatible = "ti,am437-padconf", .data = &pinctrl_single_am437x },
{ .compatible = "ti,am654-padconf", .data = &pinctrl_single_am654 },
{ .compatible = "ti,dra7-padconf", .data = &pinctrl_single_dra7 },
Expand Down

0 comments on commit ffb7474

Please sign in to comment.