From: Roger Quadros <rogerq@ti.com>
To: Kishon Vijay Abraham I <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
Subject: Re: [PATCH v2 3/3] ARM: dts: dra7: Add scm_conf@1c04 node
Date: Tue, 4 Aug 2015 11:10:34 +0300 [thread overview]
Message-ID: <55C0737A.7020906@ti.com> (raw)
In-Reply-To: <55BF8DE9.5050907@ti.com>
On 03/08/15 18:51, Kishon Vijay Abraham I wrote:
> Hi Roger,
>
> On Monday 27 July 2015 03:57 PM, Roger Quadros wrote:
>> 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>
>> ---
>> arch/arm/boot/dts/dra7.dtsi | 7 +++++++
>> 1 file changed, 7 insertions(+)
>>
>> diff --git a/arch/arm/boot/dts/dra7.dtsi b/arch/arm/boot/dts/dra7.dtsi
>> index 913032b..43b5074 100644
>> --- a/arch/arm/boot/dts/dra7.dtsi
>> +++ b/arch/arm/boot/dts/dra7.dtsi
>> @@ -149,6 +149,13 @@
>> pinctrl-single,register-width = <32>;
>> pinctrl-single,function-mask = <0x3fffffff>;
>> };
>> +
>> + scm_conf1: scm_conf@1c04 {
>> + compatible = "syscon";
>> + reg = <0x1c04 0x0020>;
>> + #address-cells = <1>;
>> + #size-cells = <1>;
>
> Why do you need address-cells and size-cells property here? AFAIK it is usually
> used to decode childs reg property.
Right. I'll remove them.
cheers,
-roger
WARNING: multiple messages have this Message-ID (diff)
From: Roger Quadros <rogerq@ti.com>
To: Kishon Vijay Abraham I <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>
Subject: Re: [PATCH v2 3/3] ARM: dts: dra7: Add scm_conf@1c04 node
Date: Tue, 4 Aug 2015 11:10:34 +0300 [thread overview]
Message-ID: <55C0737A.7020906@ti.com> (raw)
In-Reply-To: <55BF8DE9.5050907@ti.com>
On 03/08/15 18:51, Kishon Vijay Abraham I wrote:
> Hi Roger,
>
> On Monday 27 July 2015 03:57 PM, Roger Quadros wrote:
>> 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>
>> ---
>> arch/arm/boot/dts/dra7.dtsi | 7 +++++++
>> 1 file changed, 7 insertions(+)
>>
>> diff --git a/arch/arm/boot/dts/dra7.dtsi b/arch/arm/boot/dts/dra7.dtsi
>> index 913032b..43b5074 100644
>> --- a/arch/arm/boot/dts/dra7.dtsi
>> +++ b/arch/arm/boot/dts/dra7.dtsi
>> @@ -149,6 +149,13 @@
>> pinctrl-single,register-width = <32>;
>> pinctrl-single,function-mask = <0x3fffffff>;
>> };
>> +
>> + scm_conf1: scm_conf@1c04 {
>> + compatible = "syscon";
>> + reg = <0x1c04 0x0020>;
>> + #address-cells = <1>;
>> + #size-cells = <1>;
>
> Why do you need address-cells and size-cells property here? AFAIK it is usually
> used to decode childs reg property.
Right. I'll remove them.
cheers,
-roger
next prev parent reply other threads:[~2015-08-04 8: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 [this message]
2015-08-04 8:10 ` Roger Quadros
2015-08-04 9:10 ` [PATCH v3 " Roger Quadros
2015-08-04 9:10 ` 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=55C0737A.7020906@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.