Re: [PATCH v1 5/6] firmware: arm_scmi: Use max_msg and max_msg_size from devicetree

From: Sudeep Holla
Date: Tue Aug 20 2024 - 10:49:21 EST


On Tue, Jul 30, 2024 at 03:47:06PM +0100, Cristian Marussi wrote:
> Override max_msg and max_msg_size transport properties when corresponding
> devicetree properties are available.
>

I am holding off on these changes to think how these max_msg and max_msg_size
can be used without breaking any platforms allowing space for the header
and the message itself which is around 28 bytes. The binding itself looks
good. We may have to adjust the value passed to the core driver taking
the above into consideration.

--
Regards,
Sudeep