Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6b807293 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "rtc: qpnp-rtc: Add support for thaw callback"

parents 2c35c274 b352e11f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
/* Copyright (c) 2012-2015, 2017-2019, The Linux Foundation. All rights reserved.
/* Copyright (c) 2012-2015, 2017-2020, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -734,6 +734,7 @@ static int qpnp_rtc_freeze(struct device *dev)
static const struct dev_pm_ops qpnp_rtc_pm_ops = {
	.freeze = qpnp_rtc_freeze,
	.restore = qpnp_rtc_restore,
	.thaw = qpnp_rtc_restore,
};

static const struct of_device_id spmi_match_table[] = {