mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-27 01:11:14 +00:00
63066d3006
Reworked: - 0034 patchset update Added: - 080 Add support for pinctrl-msm framework Removed: - 0074-ipq806x-usb-Control-USB-master-reset.patch (we now have a dedicated driver for qcom usb) - 0047-mtd-nand-Create-a-BBT-flag-to-access-bad-block-marke (merged upstream) - 310-msm-adhoc-bus-support (it looks like it was never actually used in any dts) Signed-off-by: Christian Lamparter <chunkeey@gmail.com> Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com> [commit subject and description facelift, SoB fix] Signed-off-by: Petr Štetiar <ynezz@true.cz>
13 lines
378 B
Diff
13 lines
378 B
Diff
--- a/drivers/firmware/qcom_scm.c
|
|
+++ b/drivers/firmware/qcom_scm.c
|
|
@@ -606,6 +606,9 @@ static const struct of_device_id qcom_sc
|
|
{ .compatible = "qcom,scm-ipq4019",
|
|
.data = NULL, /* no clocks */
|
|
},
|
|
+ { .compatible = "qcom,scm-ipq806x",
|
|
+ .data = NULL, /* no clocks */
|
|
+ },
|
|
{ .compatible = "qcom,scm",
|
|
.data = (void *)(SCM_HAS_CORE_CLK
|
|
| SCM_HAS_IFACE_CLK
|