0015-cpufreq-dt-qcom-ipq4019-Add-compat-for-qcom-ipq4019.patch 953 B

123456789101112131415161718192021222324252627
  1. From 5543e93f51d5e23f9b3a7fe11a722c91fc410485 Mon Sep 17 00:00:00 2001
  2. From: Matthew McClintock <[email protected]>
  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. Instantiate cpufreq-dt-platdev driver for ipq4019 to support changing
  6. CPU frequencies.
  7. This depends on Viresh Kumar's patches in this series:
  8. http://comments.gmane.org/gmane.linux.power-management.general/73887
  9. Signed-off-by: Matthew McClintock <[email protected]>
  10. ---
  11. drivers/cpufreq/cpufreq-dt-platdev.c | 2 ++
  12. 1 file changed, 2 insertions(+)
  13. --- a/drivers/cpufreq/cpufreq-dt-platdev.c
  14. +++ b/drivers/cpufreq/cpufreq-dt-platdev.c
  15. @@ -35,6 +35,8 @@ static const struct of_device_id machine
  16. { .compatible = "marvell,berlin", },
  17. + { .compatible = "qcom,ipq4019", },
  18. +
  19. { .compatible = "samsung,exynos3250", },
  20. { .compatible = "samsung,exynos4210", },
  21. { .compatible = "samsung,exynos4212", },