On Sat, Oct 05, 2024 at 09:33:17PM -0700, Florian Fainelli wrote: > Broadcom STB platforms have for historical reasons included both > "arm,scmi-smc" and "arm,scmi" in their SCMI Device Tree node compatible > string. Hi Florian, did not know this.. > > After the commit cited in the Fixes tag and with a kernel > configuration that enables both the SCMI and the Mailbox transports, we > would probe the mailbox transport, but fail to complete since we would > not have a mailbox driver available. > Not sure to have understood this... ...you mean you DO have the SMC/Mailbox SCMI transport drivers compiled into the Kconfig AND you have BOTH the SMC AND Mailbox compatibles in DT, BUT your platform does NOT physically have a mbox/shmem transport and as a consequence, when MBOX probes (at first), you see an error from the core like: "arm-scmi: unable to communicate with SCMI" since it gets no reply from the SCMI server (being not connnected via mbox) and it bails out .... am I right ? If this is the case, without this patch, after this error and the mbox probe failing, the SMC transport, instead, DO probe successfully at the end, right ? IOW, what is the impact without this patch, an error and a delay in the probe sequence till it gets to the SMC transport probe 9as second attempt) or worse ? (trying to understand here...) Thanks, Cristian