Commit fb1eb0b5 authored by Konrad Dybcio's avatar Konrad Dybcio Committed by Bjorn Andersson
Browse files

firmware: qcom_scm: Add SM6375 compatible



While it was introduced in bindings, requiring a core clock, and added
into the DT, this compatible was apparently forgotten about on the driver
side of things. Fix it.

Signed-off-by: default avatarKonrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230307012247.3655547-1-konrad.dybcio@linaro.org
parent 92b9d862
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1543,6 +1543,7 @@ static const struct of_device_id qcom_scm_dt_match[] = {
	},
	{ .compatible = "qcom,scm-msm8994" },
	{ .compatible = "qcom,scm-msm8996" },
	{ .compatible = "qcom,scm-sm6375", .data = (void *)SCM_HAS_CORE_CLK },
	{ .compatible = "qcom,scm" },
	{}
};