OpenWrt – Blame information for rev 4

Subversion Repositories:
Rev:
Rev Author Line No. Line
4 office 1 --- a/drivers/firmware/qcom_scm.c
2 +++ b/drivers/firmware/qcom_scm.c
3 @@ -422,6 +422,9 @@ static const struct of_device_id qcom_sc
4 { .compatible = "qcom,scm-msm8996",
5 .data = NULL, /* no clocks */
6 },
7 + { .compatible = "qcom,scm-ipq806x",
8 + .data = NULL, /* no clocks */
9 + },
10 { .compatible = "qcom,scm",
11 .data = (void *)(SCM_HAS_CORE_CLK
12 | SCM_HAS_IFACE_CLK