Commit 34128350 authored by Adam Skladowski's avatar Adam Skladowski Committed by Bjorn Andersson
Browse files

firmware: qcom_scm: Add compatible for MSM8976 SoC

parent a175c6fa
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1379,6 +1379,10 @@ static const struct of_device_id qcom_scm_dt_match[] = {
							     SCM_HAS_IFACE_CLK |
							     SCM_HAS_BUS_CLK)
	},
	{ .compatible = "qcom,scm-msm8976", .data = (void *)(SCM_HAS_CORE_CLK |
							     SCM_HAS_IFACE_CLK |
							     SCM_HAS_BUS_CLK)
	},
	{ .compatible = "qcom,scm-msm8994" },
	{ .compatible = "qcom,scm-msm8996" },
	{ .compatible = "qcom,scm" },