From: ivan.khoronzhuk@ti.com (Ivan Khoronzhuk)
To: linux-arm-kernel@lists.infradead.org
Subject: [Patch] ARM: dts: keystone: add device state control syscon entry
Date: Wed, 21 May 2014 17:56:41 +0300 [thread overview]
Message-ID: <537CBEA9.2090105@ti.com> (raw)
In-Reply-To: <1400681760-24351-1-git-send-email-ivan.khoronzhuk@ti.com>
Ignore this. It'll be included in "Introduce keystone reset driver"
patch series
On 05/21/2014 05:16 PM, Ivan Khoronzhuk wrote:
> Device state control registers has register regions with different
> purposes so add syscon entry in order to be able to correctly access
> them from appropriate places.
>
> Signed-off-by: Ivan Khoronzhuk <ivan.khoronzhuk@ti.com>
> ---
>
> Based on linux-next/master
>
> arch/arm/boot/dts/keystone.dtsi | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/arch/arm/boot/dts/keystone.dtsi b/arch/arm/boot/dts/keystone.dtsi
> index 5e67c5b..8b899ba 100644
> --- a/arch/arm/boot/dts/keystone.dtsi
> +++ b/arch/arm/boot/dts/keystone.dtsi
> @@ -71,6 +71,11 @@
> reg = <0x2310000 0x200>;
> };
>
> + devctrl: device_state_control {
> + compatible = "ti,keystone-devctrl", "syscon";
> + reg = <0x2620000 0x1000>;
> + };
> +
> rstctrl: reset-controller {
> compatible = "ti,keystone-reset";
> reg = <0x023100e8 4>; /* pll reset control reg */
--
Regards,
Ivan Khoronzhuk
WARNING: multiple messages have this Message-ID (diff)
From: Ivan Khoronzhuk <ivan.khoronzhuk@ti.com>
To: santosh.shilimkar@ti.com
Cc: galak@codeaurora.org, linux@arm.linux.org.uk,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
robh+dt@kernel.org, linux-arm-kernel@lists.infradead.org,
grygorii.strashko@ti.com, m-karicheri2@ti.com
Subject: Re: [Patch] ARM: dts: keystone: add device state control syscon entry
Date: Wed, 21 May 2014 17:56:41 +0300 [thread overview]
Message-ID: <537CBEA9.2090105@ti.com> (raw)
In-Reply-To: <1400681760-24351-1-git-send-email-ivan.khoronzhuk@ti.com>
Ignore this. It'll be included in "Introduce keystone reset driver"
patch series
On 05/21/2014 05:16 PM, Ivan Khoronzhuk wrote:
> Device state control registers has register regions with different
> purposes so add syscon entry in order to be able to correctly access
> them from appropriate places.
>
> Signed-off-by: Ivan Khoronzhuk <ivan.khoronzhuk@ti.com>
> ---
>
> Based on linux-next/master
>
> arch/arm/boot/dts/keystone.dtsi | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/arch/arm/boot/dts/keystone.dtsi b/arch/arm/boot/dts/keystone.dtsi
> index 5e67c5b..8b899ba 100644
> --- a/arch/arm/boot/dts/keystone.dtsi
> +++ b/arch/arm/boot/dts/keystone.dtsi
> @@ -71,6 +71,11 @@
> reg = <0x2310000 0x200>;
> };
>
> + devctrl: device_state_control {
> + compatible = "ti,keystone-devctrl", "syscon";
> + reg = <0x2620000 0x1000>;
> + };
> +
> rstctrl: reset-controller {
> compatible = "ti,keystone-reset";
> reg = <0x023100e8 4>; /* pll reset control reg */
--
Regards,
Ivan Khoronzhuk
WARNING: multiple messages have this Message-ID (diff)
From: Ivan Khoronzhuk <ivan.khoronzhuk@ti.com>
To: <santosh.shilimkar@ti.com>
Cc: <galak@codeaurora.org>, <linux@arm.linux.org.uk>,
<devicetree@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
<robh+dt@kernel.org>, <linux-arm-kernel@lists.infradead.org>,
<grygorii.strashko@ti.com>, <m-karicheri2@ti.com>
Subject: Re: [Patch] ARM: dts: keystone: add device state control syscon entry
Date: Wed, 21 May 2014 17:56:41 +0300 [thread overview]
Message-ID: <537CBEA9.2090105@ti.com> (raw)
In-Reply-To: <1400681760-24351-1-git-send-email-ivan.khoronzhuk@ti.com>
Ignore this. It'll be included in "Introduce keystone reset driver"
patch series
On 05/21/2014 05:16 PM, Ivan Khoronzhuk wrote:
> Device state control registers has register regions with different
> purposes so add syscon entry in order to be able to correctly access
> them from appropriate places.
>
> Signed-off-by: Ivan Khoronzhuk <ivan.khoronzhuk@ti.com>
> ---
>
> Based on linux-next/master
>
> arch/arm/boot/dts/keystone.dtsi | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/arch/arm/boot/dts/keystone.dtsi b/arch/arm/boot/dts/keystone.dtsi
> index 5e67c5b..8b899ba 100644
> --- a/arch/arm/boot/dts/keystone.dtsi
> +++ b/arch/arm/boot/dts/keystone.dtsi
> @@ -71,6 +71,11 @@
> reg = <0x2310000 0x200>;
> };
>
> + devctrl: device_state_control {
> + compatible = "ti,keystone-devctrl", "syscon";
> + reg = <0x2620000 0x1000>;
> + };
> +
> rstctrl: reset-controller {
> compatible = "ti,keystone-reset";
> reg = <0x023100e8 4>; /* pll reset control reg */
--
Regards,
Ivan Khoronzhuk
next prev parent reply other threads:[~2014-05-21 14:56 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-21 14:16 [Patch] ARM: dts: keystone: add device state control syscon entry Ivan Khoronzhuk
2014-05-21 14:16 ` Ivan Khoronzhuk
2014-05-21 14:16 ` Ivan Khoronzhuk
2014-05-21 14:56 ` Ivan Khoronzhuk [this message]
2014-05-21 14:56 ` Ivan Khoronzhuk
2014-05-21 14:56 ` Ivan Khoronzhuk
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=537CBEA9.2090105@ti.com \
--to=ivan.khoronzhuk@ti.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 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.