From: Stefan Wahren <stefan.wahren@i2se.com>
To: shawn.guo@linaro.org, sre@kernel.org, dbaryshkov@gmail.com,
dwmw2@infradead.org, broonie@kernel.org, lgirdwood@gmail.com,
mark.rutland@arm.com, pawel.moll@arm.com,
ijc+devicetree@hellion.org.uk, robh+dt@kernel.org,
galak@codeaurora.org
Cc: fabio.estevam@freescale.com, marex@denx.de,
devicetree@vger.kernel.org, viresh.kumar@linaro.org,
linux-pm@vger.kernel.org, rjw@rjwysocki.net,
Stefan Wahren <stefan.wahren@i2se.com>,
kernel@pengutronix.de, sebastien.szymanski@armadeus.com,
linux-arm-kernel@lists.infradead.org
Subject: [PATCH 7/7] ARM: dts: add OPPs for i.MX23/i.MX28
Date: Sun, 22 Mar 2015 00:30:03 +0000 [thread overview]
Message-ID: <1426984203-9133-8-git-send-email-stefan.wahren@i2se.com> (raw)
In-Reply-To: <1426984203-9133-1-git-send-email-stefan.wahren@i2se.com>
This patch adds the OPPs for i.MX23/i.MX28 which are necessary
for cpufreq support.
Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
---
arch/arm/boot/dts/imx23.dtsi | 15 +++++++++++++--
arch/arm/boot/dts/imx28.dtsi | 15 +++++++++++++--
2 files changed, 26 insertions(+), 4 deletions(-)
diff --git a/arch/arm/boot/dts/imx23.dtsi b/arch/arm/boot/dts/imx23.dtsi
index be0aee8..885c79c 100644
--- a/arch/arm/boot/dts/imx23.dtsi
+++ b/arch/arm/boot/dts/imx23.dtsi
@@ -27,12 +27,23 @@
};
cpus {
- #address-cells = <0>;
+ #address-cells = <1>;
#size-cells = <0>;
- cpu {
+ cpu@0 {
compatible = "arm,arm926ej-s";
device_type = "cpu";
+ reg = <0x0>;
+ operating-points = <
+ /* kHz uV */
+ 261819 1350000
+ 360000 1350000
+ 392728 1450000
+ 454737 1550000
+ >;
+ clocks = <&clks 2>;
+ clock-latency = <61036>; /* two CLK32 periods */
+ cpu-supply = <®_vddd>;
};
};
diff --git a/arch/arm/boot/dts/imx28.dtsi b/arch/arm/boot/dts/imx28.dtsi
index 98c1be6..21c1921 100644
--- a/arch/arm/boot/dts/imx28.dtsi
+++ b/arch/arm/boot/dts/imx28.dtsi
@@ -38,12 +38,23 @@
};
cpus {
- #address-cells = <0>;
+ #address-cells = <1>;
#size-cells = <0>;
- cpu {
+ cpu@0 {
compatible = "arm,arm926ej-s";
device_type = "cpu";
+ reg = <0x0>;
+ operating-points = <
+ /* kHz uV */
+ 261819 1350000
+ 360000 1350000
+ 392728 1450000
+ 454737 1550000
+ >;
+ clocks = <&clks 4>;
+ clock-latency = <61036>; /* two CLK32 periods */
+ cpu-supply = <®_vddd>;
};
};
--
1.7.9.5
next prev parent reply other threads:[~2015-03-22 0:30 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-22 0:29 [PATCH 0/7] power: enable cpufreq-dt support for i.MX23/i.MX28 Stefan Wahren
2015-03-22 0:29 ` [PATCH 1/7] DT: add binding for mxs power subsystem Stefan Wahren
2015-03-22 0:29 ` [PATCH 2/7] power: mxs_power: add driver " Stefan Wahren
2015-03-22 10:40 ` Sebastian Reichel
[not found] ` <1426984203-9133-1-git-send-email-stefan.wahren-eS4NqCHxEME@public.gmane.org>
2015-03-22 0:29 ` [PATCH 3/7] DT: add binding for MXS regulator Stefan Wahren
2015-03-22 0:30 ` [PATCH 4/7] regulator: add mxs regulator driver Stefan Wahren
2015-03-22 16:14 ` Mark Brown
2015-03-23 17:45 ` Stefan Wahren
2015-03-23 18:39 ` Mark Brown
2015-03-22 0:30 ` [PATCH 5/7] ARM: dts: enable regulator support for i.MX23/i.MX28 Stefan Wahren
2015-03-23 6:07 ` Sascha Hauer
2015-03-23 17:54 ` Stefan Wahren
2015-03-23 18:37 ` Mark Brown
[not found] ` <20150323183740.GI14954-GFdadSzt00ze9xe1eoZjHA@public.gmane.org>
2015-03-24 6:45 ` Stefan Wahren
2015-03-24 17:01 ` Mark Brown
2015-03-24 6:12 ` Sascha Hauer
2015-03-22 0:30 ` [PATCH 6/7] ARM: mxs: register cpufreq-dt in pm init Stefan Wahren
2015-03-22 0:30 ` Stefan Wahren [this message]
2015-03-24 20:45 ` [PATCH 7/7] ARM: dts: add OPPs for i.MX23/i.MX28 Juergen Borleis
[not found] ` <201503242145.26370.juergen-vozXLyro3r7AVMDmWPUVSw@public.gmane.org>
2015-03-25 20:20 ` Stefan Wahren
-- strict thread matches above, loose matches on Subject: below --
2015-03-28 17:53 Stefan Wahren
2015-03-29 14:40 ` Juergen Borleis
2015-03-29 19:09 ` Stefan Wahren
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=1426984203-9133-8-git-send-email-stefan.wahren@i2se.com \
--to=stefan.wahren@i2se.com \
--cc=broonie@kernel.org \
--cc=dbaryshkov@gmail.com \
--cc=devicetree@vger.kernel.org \
--cc=dwmw2@infradead.org \
--cc=fabio.estevam@freescale.com \
--cc=galak@codeaurora.org \
--cc=ijc+devicetree@hellion.org.uk \
--cc=kernel@pengutronix.de \
--cc=lgirdwood@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-pm@vger.kernel.org \
--cc=marex@denx.de \
--cc=mark.rutland@arm.com \
--cc=pawel.moll@arm.com \
--cc=rjw@rjwysocki.net \
--cc=robh+dt@kernel.org \
--cc=sebastien.szymanski@armadeus.com \
--cc=shawn.guo@linaro.org \
--cc=sre@kernel.org \
--cc=viresh.kumar@linaro.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).