linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: amit.daniel@samsung.com (Amit Daniel Kachhap)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH V6 4/4] arm: dts: Add cpufreq controller node for Exynos5440 SoC
Date: Mon,  8 Apr 2013 13:47:38 +0530	[thread overview]
Message-ID: <1365409058-32643-5-git-send-email-amit.daniel@samsung.com> (raw)
In-Reply-To: <1365409058-32643-1-git-send-email-amit.daniel@samsung.com>

Add cpufreq controller device node for Exynos5440 SoC for passing
parameters like controller base address, interrupt and cpufreq
table. This node is added outside cpu0 as this driver is now a platform
driver and a new device structure is needed.

Cc: Viresh Kumar <viresh.kumar@linaro.org>
Cc: Rafael J. Wysocki <rjw@sisk.pl>
Cc: Kukjin Kim <kgene.kim@samsung.com>
Signed-off-by: Amit Daniel Kachhap <amit.daniel@samsung.com>
---
 arch/arm/boot/dts/exynos5440.dtsi |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/arch/arm/boot/dts/exynos5440.dtsi b/arch/arm/boot/dts/exynos5440.dtsi
index 9a99755..94074ea 100644
--- a/arch/arm/boot/dts/exynos5440.dtsi
+++ b/arch/arm/boot/dts/exynos5440.dtsi
@@ -63,6 +63,18 @@
 
 	};
 
+	cpufreq at 160000 {
+		compatible = "samsung,exynos5440-cpufreq";
+		reg = <0x160000 0x1000>;
+		interrupts = <0 57 0>;
+		operating-points = <
+				/* KHz	  uV */
+				1200000 1025000
+				1000000 975000
+				800000  925000
+		>;
+	};
+
 	serial at B0000 {
 		compatible = "samsung,exynos4210-uart";
 		reg = <0xB0000 0x1000>;
-- 
1.7.1

  parent reply	other threads:[~2013-04-08  8:17 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-08  8:17 [PATCH V6 0/4] cpufreq: exynos5440: support for cpufreq driver Amit Daniel Kachhap
2013-04-08  8:17 ` [PATCH V6 1/4] cpufreq: exynos: Add cpufreq driver for exynos5440 Amit Daniel Kachhap
2013-04-08  8:47   ` Viresh Kumar
2013-04-08  9:16     ` Viresh Kumar
2013-04-08  9:57       ` [RESEND PATCH " Amit Daniel Kachhap
2013-04-11 23:23         ` Nishanth Menon
2013-04-12 11:19           ` Rafael J. Wysocki
2013-04-12 11:51             ` amit daniel kachhap
2013-04-08  9:59       ` [PATCH " amit daniel kachhap
2013-04-08  8:17 ` [PATCH V6 2/4] cpufreq: exynos: Remove error return even if no soc is found Amit Daniel Kachhap
2013-04-08  8:17 ` [PATCH V6 3/4] arm: exynos: Enable OPP library support for exynos5440 Amit Daniel Kachhap
2013-04-08  8:17 ` Amit Daniel Kachhap [this message]
2013-04-08 10:00 ` [PATCH V6 0/4] cpufreq: exynos5440: support for cpufreq driver Viresh Kumar

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1365409058-32643-5-git-send-email-amit.daniel@samsung.com \
    --to=amit.daniel@samsung.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).