ipq806x: copy kernel 5.4 patches to 5.10
[openwrt/staging/dedeckeh.git] / target / linux / ipq806x / patches-5.10 / 0072-add-ipq806x-with-no-clocks.patch
1 --- a/drivers/firmware/qcom_scm.c
2 +++ b/drivers/firmware/qcom_scm.c
3 @@ -598,6 +598,7 @@ static const struct of_device_id qcom_sc
4 SCM_HAS_BUS_CLK)
5 },
6 { .compatible = "qcom,scm-ipq4019" },
7 + { .compatible = "qcom,scm-ipq806x" },
8 { .compatible = "qcom,scm-msm8660", .data = (void *) SCM_HAS_CORE_CLK },
9 { .compatible = "qcom,scm-msm8960", .data = (void *) SCM_HAS_CORE_CLK },
10 { .compatible = "qcom,scm-msm8916", .data = (void *)(SCM_HAS_CORE_CLK |