Commit 434ba16e authored by Wang Dongsheng's avatar Wang Dongsheng Committed by Greg Kroah-Hartman

serial: 8250: of: Enable suspend/resume for 8250_of driver

Suspend/resume functions should work for 8250_of driver.
Signed-off-by: default avatarWang Dongsheng <dongsheng.wang@nxp.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 1349ba02
...@@ -335,6 +335,7 @@ static struct platform_driver of_platform_serial_driver = { ...@@ -335,6 +335,7 @@ static struct platform_driver of_platform_serial_driver = {
.driver = { .driver = {
.name = "of_serial", .name = "of_serial",
.of_match_table = of_platform_serial_table, .of_match_table = of_platform_serial_table,
.pm = &of_serial_pm_ops,
}, },
.probe = of_platform_serial_probe, .probe = of_platform_serial_probe,
.remove = of_platform_serial_remove, .remove = of_platform_serial_remove,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment