]> git.apps.os.sepia.ceph.com Git - ceph-client.git/commit
firmware: imx: Add stub functions for SCMI CPU API
authorPeng Fan <peng.fan@nxp.com>
Mon, 25 Aug 2025 07:00:32 +0000 (15:00 +0800)
committerShawn Guo <shawnguo@kernel.org>
Thu, 11 Sep 2025 01:59:08 +0000 (09:59 +0800)
commit222accf05fc42f68ae02065d9c1542c20315118b
treec5209920b7977ae98a525cebff0ee71182de7f54
parent3fb91b5c86d0fb5ff6f65c30a4f20193166e22fe
firmware: imx: Add stub functions for SCMI CPU API

To ensure successful builds when CONFIG_IMX_SCMI_CPU_DRV is not enabled,
this patch adds static inline stub implementations for the following
functions:

  - scmi_imx_cpu_start()
  - scmi_imx_cpu_started()
  - scmi_imx_cpu_reset_vector_set()

These stubs return -EOPNOTSUPP to indicate that the functionality is not
supported in the current configuration. This avoids potential build or
link errors in code that conditionally calls these functions based on
feature availability.

Fixes: 1055faa5d660 ("firmware: imx: Add i.MX95 SCMI CPU driver")
Reviewed-by: Cristian Marussi <cristian.marussi@arm.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
include/linux/firmware/imx/sm.h