Re: [PATCH RFC 2/2] soc: qcom: smsm: Support using mailbox interface

From: Konrad Dybcio
Date: Wed Apr 24 2024 - 16:13:39 EST




On 4/24/24 19:21, Luca Weiss wrote:
Add support for using the mbox interface instead of manually writing to
the syscon. With this change the driver will attempt to get the mailbox
first, and if that fails it will fall back to the existing way of using
qcom,ipc-* properties and converting to syscon.

Signed-off-by: Luca Weiss <luca@xxxxxxxxx>
---

Looks good!

Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxx>

Konrad