ipq806x: add v4.9 support
[openwrt/openwrt.git] / target / linux / ipq806x / patches-4.9 / 0026-cpufreq-dt-qcom-ipq4019-Add-compat-for-qcom-ipq4019.patch
1 From 94aa51061597d9db86f3ad4d54eb4a560fa66f2f 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 26/37] cpufreq: dt: qcom: ipq4019: Add compat for qcom
5 ipq4019
6
7 Instantiate cpufreq-dt-platdev driver for ipq4019 to support changing
8 CPU frequencies.
9
10 This depends on Viresh Kumar's patches in this series:
11 http://comments.gmane.org/gmane.linux.power-management.general/73887
12
13 Signed-off-by: Matthew McClintock <mmcclint@codeaurora.org>
14 ---
15 drivers/cpufreq/cpufreq-dt-platdev.c | 2 ++
16 1 file changed, 2 insertions(+)
17
18 --- a/drivers/cpufreq/cpufreq-dt-platdev.c
19 +++ b/drivers/cpufreq/cpufreq-dt-platdev.c
20 @@ -35,6 +35,8 @@ static const struct of_device_id machine
21
22 { .compatible = "marvell,berlin", },
23
24 + { .compatible = "qcom,ipq4019", },
25 +
26 { .compatible = "samsung,exynos3250", },
27 { .compatible = "samsung,exynos4210", },
28 { .compatible = "samsung,exynos4212", },