diff options
author | Peng Fan <peng.fan@nxp.com> | 2025-04-28 18:37:34 +0800 |
---|---|---|
committer | Fabio Estevam <festevam@gmail.com> | 2025-05-03 16:55:32 -0300 |
commit | 0bd99a1dd2d3b647c82b6b04891f389b3e7799e5 (patch) | |
tree | 39e437b7de05324a83fc185e17de3dc6e647e9e4 /arch/sandbox/include/asm/scmi_test.h | |
parent | a881951c63153de39e448a1f51f65e34b48251fd (diff) |
imx9: scmi: add i.MX95 SoC and clock related code
This patch adds i.MX95 SoC and clock related code. Because they are
based on SCMI, put them in the scmi subfolder.
Signed-off-by: Alice Guo <alice.guo@nxp.com>
Signed-off-by: Frank Li <Frank.Li@nxp.com>
Signed-off-by: Ji Luo <ji.luo@nxp.com>
Signed-off-by: Jindong Yue <jindong.yue@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Ranjani Vaidyanathan <ranjani.vaidyanathan@nxp.com>
Signed-off-by: Ye Li <ye.li@nxp.com>
Diffstat (limited to 'arch/sandbox/include/asm/scmi_test.h')
-rw-r--r-- | arch/sandbox/include/asm/scmi_test.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sandbox/include/asm/scmi_test.h b/arch/sandbox/include/asm/scmi_test.h index b30e536a357..c9717118bcb 100644 --- a/arch/sandbox/include/asm/scmi_test.h +++ b/arch/sandbox/include/asm/scmi_test.h @@ -110,7 +110,7 @@ struct sandbox_scmi_devices { size_t regul_count; }; -#ifdef CONFIG_SCMI_FIRMWARE +#if IS_ENABLED(CONFIG_SCMI_FIRMWARE) /** * sandbox_scmi_channel_id - Get the channel id * @dev: Reference to the SCMI protocol device |