Clock version 3.0 specified in ARM SCMI Platform design document v3.2, adds extended_config_val parameter in CLOCK_CONFIG_SET.
The SCMI server with clock version 3.0 rejects the message if it doesn't have this field. Add support so that both SCMI server with clock version 2.0 and 3.0 can be handled. While at it, fix the set_parent support for non CCF flow. Signed-off-by: Kamlesh Gurudasani <kaml...@ti.com> --- Changes in v2: - Fixed the code according to review comments - Link to v1: https://lore.kernel.org/r/20250813-b4-scmi-v1-v1-0-bef20fc32...@ti.com --- Kamlesh Gurudasani (2): clk: scmi: fix set_parent support when CCF is not being used clk: scmi: add compatibility for clock version 3.0 and onwards drivers/clk/clk_scmi.c | 55 +++++++++++++++++++++++++++++++++++++++---------------- include/scmi_protocols.h | 6 ++++++ 2 files changed, 45 insertions(+), 16 deletions(-) --- base-commit: 7807ed921314cd7af83fd88162d0b8c6fb20a9ca change-id: 20250813-b4-scmi-v1-b3deb87fa712 Best regards, -- Kamlesh Gurudasani <kaml...@ti.com>