linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: ulf.hansson@linaro.org (Ulf Hansson)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 8/8] ARM: ux500: Add i2c devices to the VAPE PM domain
Date: Tue, 14 Oct 2014 11:13:01 +0200	[thread overview]
Message-ID: <1413277981-27451-9-git-send-email-ulf.hansson@linaro.org> (raw)
In-Reply-To: <1413277981-27451-1-git-send-email-ulf.hansson@linaro.org>

The i2c-nomadik driver handle these devices properly from a runtime PM
perspective. Therefore, let's add them into VAPE PM domain for ux500.

Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
---
 arch/arm/boot/dts/ste-dbx5x0.dtsi | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/arm/boot/dts/ste-dbx5x0.dtsi b/arch/arm/boot/dts/ste-dbx5x0.dtsi
index c51c11f..bfd3f1c 100644
--- a/arch/arm/boot/dts/ste-dbx5x0.dtsi
+++ b/arch/arm/boot/dts/ste-dbx5x0.dtsi
@@ -641,6 +641,7 @@
 			clock-frequency = <400000>;
 			clocks = <&prcc_kclk 3 3>, <&prcc_pclk 3 3>;
 			clock-names = "i2cclk", "apb_pclk";
+			power-domains = <&pm_domains DOMAIN_VAPE>;
 		};
 
 		i2c at 80122000 {
@@ -656,6 +657,7 @@
 
 			clocks = <&prcc_kclk 1 2>, <&prcc_pclk 1 2>;
 			clock-names = "i2cclk", "apb_pclk";
+			power-domains = <&pm_domains DOMAIN_VAPE>;
 		};
 
 		i2c at 80128000 {
@@ -671,6 +673,7 @@
 
 			clocks = <&prcc_kclk 1 6>, <&prcc_pclk 1 6>;
 			clock-names = "i2cclk", "apb_pclk";
+			power-domains = <&pm_domains DOMAIN_VAPE>;
 		};
 
 		i2c at 80110000 {
@@ -686,6 +689,7 @@
 
 			clocks = <&prcc_kclk 2 0>, <&prcc_pclk 2 0>;
 			clock-names = "i2cclk", "apb_pclk";
+			power-domains = <&pm_domains DOMAIN_VAPE>;
 		};
 
 		i2c at 8012a000 {
@@ -701,6 +705,7 @@
 
 			clocks = <&prcc_kclk 1 9>, <&prcc_pclk 1 10>;
 			clock-names = "i2cclk", "apb_pclk";
+			power-domains = <&pm_domains DOMAIN_VAPE>;
 		};
 
 		ssp at 80002000 {
-- 
1.9.1

  parent reply	other threads:[~2014-10-14  9:13 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-14  9:12 [PATCH 0/8] ARM: ux500: Add initial support for PM domains Ulf Hansson
2014-10-14  9:12 ` [PATCH 1/8] dt: bindings: ux500: Add documentation " Ulf Hansson
2014-10-14  9:12 ` [PATCH 2/8] dt: bindings: ux500: Add header for PM domains specifiers Ulf Hansson
2014-10-14  9:12 ` [PATCH 3/8] ARM: ux500: Initial support for PM domains Ulf Hansson
2014-10-14  9:12 ` [PATCH 4/8] ARM: ux500: Enable Kconfig for the generic PM domain Ulf Hansson
2014-10-14  9:12 ` [PATCH 5/8] ARM: ux500: Add DT node for ux500 PM domains Ulf Hansson
2014-10-14  9:12 ` [PATCH 6/8] ARM: ux500: Add sdi devices to the VAPE PM domain Ulf Hansson
2014-10-14  9:13 ` [PATCH 7/8] ARM: ux500: Add spi and ssp " Ulf Hansson
2014-10-14  9:13 ` Ulf Hansson [this message]
2014-10-28  9:51 ` [PATCH 0/8] ARM: ux500: Add initial support for PM domains Linus Walleij

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=1413277981-27451-9-git-send-email-ulf.hansson@linaro.org \
    --to=ulf.hansson@linaro.org \
    --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).