ipq806x: copy files from 4.14 to 4.19
[oweals/openwrt.git] / target / linux / ipq806x / patches-4.19 / 0072-add-ipq806x-with-no-clocks.patch
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