firmware: arm_scmi: Fix device node validation for mailbox transport
authorCristian Marussi <cristian.marussi@arm.com>
Tue, 7 Mar 2023 16:23:24 +0000 (16:23 +0000)
committerSudeep Holla <sudeep.holla@arm.com>
Wed, 8 Mar 2023 15:24:15 +0000 (15:24 +0000)
commit2ab4f4018cb6b8010ca5002c3bdc37783b5d28c2
tree9a2be04edfded537c28eee9c92623bdab92c9cd1
parentb2b76e977fc6bc38e6a4dedb62b34bc90cc6ce97
firmware: arm_scmi: Fix device node validation for mailbox transport

When mailboxes are used as a transport it is possible to setup the SCMI
transport layer, depending on the underlying channels configuration, to use
one or two mailboxes, associated, respectively, to one or two, distinct,
shared memory areas: any other combination should be treated as invalid.

Add more strict checking of SCMI mailbox transport device node descriptors.

Fixes: 5c8a47a5a91d ("firmware: arm_scmi: Make scmi core independent of the transport type")
Cc: <stable@vger.kernel.org> # 4.19
Signed-off-by: Cristian Marussi <cristian.marussi@arm.com>
Link: https://lore.kernel.org/r/20230307162324.891866-1-cristian.marussi@arm.com
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
drivers/firmware/arm_scmi/mailbox.c