Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1716218

[PATCH 2/2] cpufreq: dt: add support for rockchip rv1108

From Andy Yan <andy.yan@rock-chips.com>
Newsgroups linux.kernel
Subject [PATCH 2/2] cpufreq: dt: add support for rockchip rv1108
Date 2017-08-21 11:20 +0200
Message-ID <ugR2i-2uy-1@gated-at.bofh.it> (permalink)
References <ugQSB-2pE-19@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Add the compatible string to support the generic device tree
cpufreq-dt driver on rockchip rv1108 soc.

Signed-off-by: Andy Yan <andy.yan@rock-chips.com>
---

 drivers/cpufreq/cpufreq-dt-platdev.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c
index 1c26292..2d71c09 100644
--- a/drivers/cpufreq/cpufreq-dt-platdev.c
+++ b/drivers/cpufreq/cpufreq-dt-platdev.c
@@ -69,6 +69,7 @@ static const struct of_device_id machines[] __initconst = {
 	{ .compatible = "renesas,r8a7794", },
 	{ .compatible = "renesas,sh73a0", },
 
+	{ .compatible = "rockchip,rv1108", },
 	{ .compatible = "rockchip,rk2928", },
 	{ .compatible = "rockchip,rk3036", },
 	{ .compatible = "rockchip,rk3066a", },
-- 
2.7.4

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 1/2] ARM: dts: rockchip: add cpu opp table for rv1108 Andy Yan <andy.yan@rock-chips.com> - 2017-08-21 11:10 +0200
  [PATCH 2/2] cpufreq: dt: add support for rockchip rv1108 Andy Yan <andy.yan@rock-chips.com> - 2017-08-21 11:20 +0200
    Re: [PATCH 2/2] cpufreq: dt: add support for rockchip rv1108 Heiko Stuebner <heiko@sntech.de> - 2017-08-23 01:00 +0200
  Re: [PATCH 1/2] ARM: dts: rockchip: add cpu opp table for rv1108 Heiko Stuebner <heiko@sntech.de> - 2017-08-21 17:40 +0200

csiph-web