mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-01 01:14:19 -04:00
pinctrl: ralink: reintroduce ralink,rt2880-pinmux compatible string
There have been stable releases with the ralink,rt2880-pinmux compatible
string included. Having it removed breaks the ABI. Reintroduce it.
Fixes: e5981cd461 ("pinctrl: ralink: add new compatible strings for each pinctrl subdriver")
Signed-off-by: Arınç ÜNAL <arinc.unal@arinc9.com>
Reviewed-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
Link: https://lore.kernel.org/r/20230317213011.13656-2-arinc.unal@arinc9.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
committed by
Linus Walleij
parent
10fe4a1399
commit
7c19147d9c
@@ -372,6 +372,7 @@ static int mt7620_pinctrl_probe(struct platform_device *pdev)
|
||||
|
||||
static const struct of_device_id mt7620_pinctrl_match[] = {
|
||||
{ .compatible = "ralink,mt7620-pinctrl" },
|
||||
{ .compatible = "ralink,rt2880-pinmux" },
|
||||
{}
|
||||
};
|
||||
MODULE_DEVICE_TABLE(of, mt7620_pinctrl_match);
|
||||
|
||||
@@ -97,6 +97,7 @@ static int mt7621_pinctrl_probe(struct platform_device *pdev)
|
||||
|
||||
static const struct of_device_id mt7621_pinctrl_match[] = {
|
||||
{ .compatible = "ralink,mt7621-pinctrl" },
|
||||
{ .compatible = "ralink,rt2880-pinmux" },
|
||||
{}
|
||||
};
|
||||
MODULE_DEVICE_TABLE(of, mt7621_pinctrl_match);
|
||||
|
||||
@@ -41,6 +41,7 @@ static int rt2880_pinctrl_probe(struct platform_device *pdev)
|
||||
|
||||
static const struct of_device_id rt2880_pinctrl_match[] = {
|
||||
{ .compatible = "ralink,rt2880-pinctrl" },
|
||||
{ .compatible = "ralink,rt2880-pinmux" },
|
||||
{}
|
||||
};
|
||||
MODULE_DEVICE_TABLE(of, rt2880_pinctrl_match);
|
||||
|
||||
@@ -118,6 +118,7 @@ static int rt305x_pinctrl_probe(struct platform_device *pdev)
|
||||
|
||||
static const struct of_device_id rt305x_pinctrl_match[] = {
|
||||
{ .compatible = "ralink,rt305x-pinctrl" },
|
||||
{ .compatible = "ralink,rt2880-pinmux" },
|
||||
{}
|
||||
};
|
||||
MODULE_DEVICE_TABLE(of, rt305x_pinctrl_match);
|
||||
|
||||
@@ -88,6 +88,7 @@ static int rt3883_pinctrl_probe(struct platform_device *pdev)
|
||||
|
||||
static const struct of_device_id rt3883_pinctrl_match[] = {
|
||||
{ .compatible = "ralink,rt3883-pinctrl" },
|
||||
{ .compatible = "ralink,rt2880-pinmux" },
|
||||
{}
|
||||
};
|
||||
MODULE_DEVICE_TABLE(of, rt3883_pinctrl_match);
|
||||
|
||||
Reference in New Issue
Block a user