kernel: bump 4.19 to 4.19.91
[openwrt/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 @@ -609,6 +609,9 @@ static const struct of_device_id qcom_sc
4 { .compatible = "qcom,scm-ipq4019",
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