All of lore.kernel.org
 help / color / mirror / Atom feed
From: Roger Quadros <rogerq@ti.com>
To: kishon@ti.com, tony@atomide.com
Cc: nm@ti.com, nsekhar@ti.com, balbi@ti.com,
	grygorii.strashko@ti.com, t-kristo@ti.com,
	linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org,
	rogerq@ti.com
Subject: [PATCH v3 3/3] ARM: dts: dra7: Add scm_conf@1c04 node
Date: Tue, 4 Aug 2015 12:10:14 +0300	[thread overview]
Message-ID: <55C08176.4000107@ti.com> (raw)
In-Reply-To: <1437992850-6008-4-git-send-email-rogerq@ti.com>

This region contains CTRL_CORE_SMA_SW2..9 registers which
are not specific to any domain and can be reasonably
accessed via syscon driver.

Signed-off-by: Roger Quadros <rogerq@ti.com>
---

v3: removed #address/size-cells.

 arch/arm/boot/dts/dra7.dtsi | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/arm/boot/dts/dra7.dtsi b/arch/arm/boot/dts/dra7.dtsi
index 913032b..2cab476 100644
--- a/arch/arm/boot/dts/dra7.dtsi
+++ b/arch/arm/boot/dts/dra7.dtsi
@@ -149,6 +149,11 @@
 					pinctrl-single,register-width = <32>;
 					pinctrl-single,function-mask = <0x3fffffff>;
 				};
+
+				scm_conf1: scm_conf@1c04 {
+					compatible = "syscon";
+					reg = <0x1c04 0x0020>;
+				};
 			};
 
 			cm_core_aon: cm_core_aon@5000 {
-- 
2.1.4

WARNING: multiple messages have this Message-ID (diff)
From: Roger Quadros <rogerq@ti.com>
To: <kishon@ti.com>, <tony@atomide.com>
Cc: <nm@ti.com>, <nsekhar@ti.com>, <balbi@ti.com>,
	<grygorii.strashko@ti.com>, <t-kristo@ti.com>,
	<linux-omap@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
	<rogerq@ti.com>
Subject: [PATCH v3 3/3] ARM: dts: dra7: Add scm_conf@1c04 node
Date: Tue, 4 Aug 2015 12:10:14 +0300	[thread overview]
Message-ID: <55C08176.4000107@ti.com> (raw)
In-Reply-To: <1437992850-6008-4-git-send-email-rogerq@ti.com>

This region contains CTRL_CORE_SMA_SW2..9 registers which
are not specific to any domain and can be reasonably
accessed via syscon driver.

Signed-off-by: Roger Quadros <rogerq@ti.com>
---

v3: removed #address/size-cells.

 arch/arm/boot/dts/dra7.dtsi | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/arm/boot/dts/dra7.dtsi b/arch/arm/boot/dts/dra7.dtsi
index 913032b..2cab476 100644
--- a/arch/arm/boot/dts/dra7.dtsi
+++ b/arch/arm/boot/dts/dra7.dtsi
@@ -149,6 +149,11 @@
 					pinctrl-single,register-width = <32>;
 					pinctrl-single,function-mask = <0x3fffffff>;
 				};
+
+				scm_conf1: scm_conf@1c04 {
+					compatible = "syscon";
+					reg = <0x1c04 0x0020>;
+				};
 			};
 
 			cm_core_aon: cm_core_aon@5000 {
-- 
2.1.4



  parent reply	other threads:[~2015-08-04  9:10 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-27 10:27 [PATCH v2 0/3] ARM: dts: dra7: scm_conf node cleanup Roger Quadros
2015-07-27 10:27 ` Roger Quadros
2015-07-27 10:27 ` [PATCH v2 1/3] ARM: dts: dra7: Remove ctrl_core and ctrl_general nodes Roger Quadros
2015-07-27 10:27   ` Roger Quadros
2015-07-27 10:27 ` [PATCH v2 2/3] ARM: dts: dra7: fix pinmux@1400 resource length Roger Quadros
2015-07-27 10:27   ` Roger Quadros
2015-07-27 10:27 ` [PATCH v2 3/3] ARM: dts: dra7: Add scm_conf@1c04 node Roger Quadros
2015-07-27 10:27   ` Roger Quadros
2015-08-03 15:51   ` Kishon Vijay Abraham I
2015-08-03 15:51     ` Kishon Vijay Abraham I
2015-08-04  8:10     ` Roger Quadros
2015-08-04  8:10       ` Roger Quadros
2015-08-04  9:10   ` Roger Quadros [this message]
2015-08-04  9:10     ` [PATCH v3 " Roger Quadros
2015-08-05  9:42     ` Tony Lindgren
2015-07-28 14:33 ` [PATCH v2 0/3] ARM: dts: dra7: scm_conf node cleanup Tero Kristo
2015-07-28 14:33   ` Tero Kristo

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=55C08176.4000107@ti.com \
    --to=rogerq@ti.com \
    --cc=balbi@ti.com \
    --cc=grygorii.strashko@ti.com \
    --cc=kishon@ti.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=nm@ti.com \
    --cc=nsekhar@ti.com \
    --cc=t-kristo@ti.com \
    --cc=tony@atomide.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.