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

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

Merge "firmware: arm_scmi: increase the response timeout"

parents da14ef15 79d123c5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -941,7 +941,7 @@ static int scmi_remove(struct platform_device *pdev)
}

static const struct scmi_desc scmi_generic_desc = {
	.max_rx_timeout_ms = 30,	/* We may increase this if required */
	.max_rx_timeout_ms = 1000,	/* We may increase this if required */
	.max_msg = 20,		/* Limited by MBOX_TX_QUEUE_LEN */
	.max_msg_size = 128,
};