drivers: mmc: trigger activity LED when CQE is active

Add a LED_FULL trigger equivalent to mmc_start_request() in
mmc_cqe_start_req(), otherwise it stays off forever.

Signed-off-by: Jonathan Bell <jonathan@raspberrypi.com>
This commit is contained in:
Jonathan Bell
2024-03-20 14:18:30 +00:00
committed by Dom Cobley
parent 8391c71741
commit 58e553d42b

View File

@@ -463,6 +463,7 @@ int mmc_cqe_start_req(struct mmc_host *host, struct mmc_request *mrq)
goto out_err;
trace_mmc_request_start(host, mrq);
led_trigger_event(host->led, LED_FULL);
return 0;