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

Commit d94c3988 authored by Xiaowen Wu's avatar Xiaowen Wu
Browse files

drm/bridge: power off anx7625 during pm suspend



Power off anx7625 during pm suspend for power saving.

Change-Id: Id09ed9ed9f6ba4e91a9ad6c0715e542a16588895
Signed-off-by: default avatarXiaowen Wu <wxiaowen@codeaurora.org>
parent 2c35c274
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
/* Copyright (c) 2018-2019, The Linux Foundation. All rights reserved.
/* Copyright (c) 2018-2020, The Linux Foundation. All rights reserved.
 *
 * Copyright(c) 2016, Analogix Semiconductor. All rights reserved.
 *
@@ -1572,9 +1572,7 @@ static int anx7625_restore(struct device *dev)
}

static const struct dev_pm_ops anx7625_pm = {
	.freeze = anx7625_freeze,
	.restore = anx7625_restore,
	.thaw = anx7625_restore,
	SET_SYSTEM_SLEEP_PM_OPS(anx7625_freeze, anx7625_restore)
};
#endif