e2fsprogs: break out libcomerr/libss, FS#1310
[openwrt/staging/mkresin.git] / target / linux / ipq806x / patches-4.9 / 0015-cpufreq-dt-qcom-ipq4019-Add-compat-for-qcom-ipq4019.patch
1 From 5543e93f51d5e23f9b3a7fe11a722c91fc410485 Mon Sep 17 00:00:00 2001
2 From: Matthew McClintock <mmcclint@codeaurora.org>
3 Date: Wed, 13 Apr 2016 14:03:14 -0500
4 Subject: [PATCH 15/69] cpufreq: dt: qcom: ipq4019: Add compat for qcom ipq4019
5
6 Instantiate cpufreq-dt-platdev driver for ipq4019 to support changing
7 CPU frequencies.
8
9 This depends on Viresh Kumar's patches in this series:
10 http://comments.gmane.org/gmane.linux.power-management.general/73887
11
12 Signed-off-by: Matthew McClintock <mmcclint@codeaurora.org>
13 ---
14 drivers/cpufreq/cpufreq-dt-platdev.c | 2 ++
15 1 file changed, 2 insertions(+)
16
17 --- a/drivers/cpufreq/cpufreq-dt-platdev.c
18 +++ b/drivers/cpufreq/cpufreq-dt-platdev.c
19 @@ -35,6 +35,8 @@ static const struct of_device_id machine
20
21 { .compatible = "marvell,berlin", },
22
23 + { .compatible = "qcom,ipq4019", },
24 +
25 { .compatible = "samsung,exynos3250", },
26 { .compatible = "samsung,exynos4210", },
27 { .compatible = "samsung,exynos4212", },