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

Commit a7de3f0d authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "tspp2: Fix initial runtime power management state"

parents 8fbe245f 188b0b1e
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);