aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWang Dongsheng <[email protected]>2016-01-21 15:59:53 +0800
committerGreg Kroah-Hartman <[email protected]>2016-02-06 23:13:30 -0800
commit434ba16e86640104faf241eaf34bc4bbea9733a4 (patch)
tree406ffccce32c70486fcaba9bb754e27ac8ed8411
parent1349ba02bf72caafa36a2d6878cdba340d65b2ac (diff)
serial: 8250: of: Enable suspend/resume for 8250_of driver
Suspend/resume functions should work for 8250_of driver. Signed-off-by: Wang Dongsheng <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r--drivers/tty/serial/8250/8250_of.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/tty/serial/8250/8250_of.c b/drivers/tty/serial/8250/8250_of.c
index 33021c1f7d55..c7ed3d2bc8b2 100644
--- a/drivers/tty/serial/8250/8250_of.c
+++ b/drivers/tty/serial/8250/8250_of.c
@@ -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,