pinctrl: tegra210: Add Tegra210 pinctrl pm ops
This patch adds suspend and resume functionality to Tegra210 pinctrl. Signed-off-by: Sowjanya Komatineni <skomatineni@nvidia.com> Link: https://lore.kernel.org/r/1564607463-28802-3-git-send-email-skomatineni@nvidia.com Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
9870acd374
commit
6c172af579
@ -1571,6 +1571,7 @@ static struct platform_driver tegra210_pinctrl_driver = {
|
|||||||
.driver = {
|
.driver = {
|
||||||
.name = "tegra210-pinctrl",
|
.name = "tegra210-pinctrl",
|
||||||
.of_match_table = tegra210_pinctrl_of_match,
|
.of_match_table = tegra210_pinctrl_of_match,
|
||||||
|
.pm = &tegra_pinctrl_pm,
|
||||||
},
|
},
|
||||||
.probe = tegra210_pinctrl_probe,
|
.probe = tegra210_pinctrl_probe,
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user