linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: pza@pengutronix.de (Philipp Zabel)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 2/3] ARM: meson: DTSI: Enable reset controller
Date: Wed, 15 Oct 2014 00:38:00 +0200	[thread overview]
Message-ID: <20141014223800.GB15055@pengutronix.de> (raw)
In-Reply-To: <1413311749-13948-3-git-send-email-carlo@caione.org>

On Tue, Oct 14, 2014 at 08:35:48PM +0200, Carlo Caione wrote:
> Add the node for the reset controller in the DTSI.
> 
> Signed-off-by: Carlo Caione <carlo@caione.org>
> ---
>  arch/arm/boot/dts/meson.dtsi | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/meson.dtsi b/arch/arm/boot/dts/meson.dtsi
> index e6539ea..1ca864e 100644
> --- a/arch/arm/boot/dts/meson.dtsi
> +++ b/arch/arm/boot/dts/meson.dtsi
> @@ -75,6 +75,12 @@
>  			reg = <0xc1109900 0x8>;
>  		};
>  
> +		reset_AO: reset at c8100040 {
> +			#reset-cells = <1>;
> +			compatible = "amlogic,meson6-rst-mgr-ao";
> +			reg = <0xc8100040 0x4>;
> +		};
> +
>  		uart_AO: serial at c81004c0 {
>  			compatible = "amlogic,meson-uart";
>  			reg = <0xc81004c0 0x14>;

This needs to go through the same tree as the one meson.dtsi got included in.

regards
Philipp

  reply	other threads:[~2014-10-14 22:38 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-14 18:35 [PATCH v2 0/3] ARM: meson: Add reset controller Carlo Caione
2014-10-14 18:35 ` [PATCH v2 1/3] ARM: meson: reset: Add reset controller for MesonX SoCs Carlo Caione
2014-10-14 22:36   ` Philipp Zabel
2014-10-15  7:28     ` Carlo Caione
2014-10-14 18:35 ` [PATCH v2 2/3] ARM: meson: DTSI: Enable reset controller Carlo Caione
2014-10-14 22:38   ` Philipp Zabel [this message]
2014-10-14 18:35 ` [PATCH v2 3/3] ARM: meson: docs: Add docs for MesonX " Carlo Caione

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=20141014223800.GB15055@pengutronix.de \
    --to=pza@pengutronix.de \
    --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).