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

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

Merge "drm/bridge: power off anx7625 during pm suspend"

parents 1c6194ee d94c3988
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