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

Commit 188b0b1e authored by Liron Kuch's avatar Liron Kuch
Browse files

tspp2: Fix initial runtime power management state



Keep the initial runtime PM state of TSPP2 as disabled,
to reflect the actual initial state of the device.

Change-Id: I2057d91cd310e9b270ad7901a8002570610f702c
Signed-off-by: default avatarLiron Kuch <lkuch@codeaurora.org>
parent 9a2c8fd6
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2092,7 +2092,6 @@ int tspp2_device_open(u32 dev_id)
	tspp2_reg_clock_stop(device);

	/* Enable runtime power management */
	pm_runtime_set_active(device->dev);
	pm_runtime_set_autosuspend_delay(device->dev, MSEC_PER_SEC);
	pm_runtime_use_autosuspend(device->dev);
	pm_runtime_enable(device->dev);