Re: [PATCH v5 2/3] firmware: qcom_scm: Add support for Qualcomm Secure Execution Environment SCM interface

From: Johan Hovold
Date: Mon Aug 07 2023 - 04:46:21 EST


On Fri, Aug 04, 2023 at 10:11:18PM +0200, Maximilian Luz wrote:
> On 8/4/23 18:48, Johan Hovold wrote:
> > On Sun, Jul 30, 2023 at 06:19:03PM +0200, Maximilian Luz wrote:

> >> +MODULE_ALIAS("platform:qcom_qseecom");
> >
> > No need for MODULE_ALIAS() either.
>
> Oh right. As long as the module and device name match this should work
> automatically, correct? I forgot about that.

Yeah, the module alias is only used when determining which modules to
load.

The driver and platform device will still be matched and bound based on
their names.

Johan