forked from Minki/linux
serial: 8250: of: Enable suspend/resume for 8250_of driver
Suspend/resume functions should work for 8250_of driver. Signed-off-by: Wang Dongsheng <dongsheng.wang@nxp.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
1349ba02bf
commit
434ba16e86
@ -335,6 +335,7 @@ static struct platform_driver of_platform_serial_driver = {
|
||||
.driver = {
|
||||
.name = "of_serial",
|
||||
.of_match_table = of_platform_serial_table,
|
||||
.pm = &of_serial_pm_ops,
|
||||
},
|
||||
.probe = of_platform_serial_probe,
|
||||
.remove = of_platform_serial_remove,
|
||||
|
Loading…
Reference in New Issue
Block a user