diff options
| author | Peng Fan <[email protected]> | 2025-04-28 18:37:34 +0800 |
|---|---|---|
| committer | Fabio Estevam <[email protected]> | 2025-05-03 16:55:32 -0300 |
| commit | 0bd99a1dd2d3b647c82b6b04891f389b3e7799e5 (patch) | |
| tree | 39e437b7de05324a83fc185e17de3dc6e647e9e4 /arch/sandbox/include | |
| 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 <[email protected]>
Signed-off-by: Frank Li <[email protected]>
Signed-off-by: Ji Luo <[email protected]>
Signed-off-by: Jindong Yue <[email protected]>
Signed-off-by: Peng Fan <[email protected]>
Signed-off-by: Ranjani Vaidyanathan <[email protected]>
Signed-off-by: Ye Li <[email protected]>
Diffstat (limited to 'arch/sandbox/include')
| -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 |
