The compatibles, apart from some ancient ones kept for backwards compat due to no generic fallback, are largely useless and we can easily remove them. This series attempts to do that with hopefully no harm. Signed-off-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxx> --- Changes in v2: - Fix GCC Wunused-but-set-variable in patch 1 (thanks intel robot) - Link to v1: https://lore.kernel.org/r/20230623-topic-scm_cleanup-v1-0-383089eae98d@xxxxxxxxxx --- Konrad Dybcio (3): firmware: qcom_scm: Always try to consume all three clocks firmware: qcom_scm: Always return devm_clk_get_optional errors firmware: qcom_scm: Drop useless compatibles drivers/firmware/qcom_scm.c | 90 ++++++++------------------------------------- 1 file changed, 16 insertions(+), 74 deletions(-) --- base-commit: 8d2be868b42c08290509c60515865f4de24ea704 change-id: 20230623-topic-scm_cleanup-c4620461126a Best regards, -- Konrad Dybcio <konrad.dybcio@xxxxxxxxxx>