linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Simon Horman <horms@verge.net.au>
To: linux-sh@vger.kernel.org
Subject: Re: [PATCH 1/2] ARM: shmobile: koelsch: (1+1)GiB memory in DT
Date: Mon, 23 Dec 2013 00:58:24 +0000	[thread overview]
Message-ID: <20131223005824.GM12239@verge.net.au> (raw)
In-Reply-To: <1387704444-750-2-git-send-email-takasi-y@ops.dti.ne.jp>

On Sun, Dec 22, 2013 at 06:27:23PM +0900, takasi-y@ops.dti.ne.jp wrote:
> From: Takashi Yoshii <takasi-y@ops.dti.ne.jp>
> 
> Fix dts to have memory 1GiB @ 0_4000_0000 + 1GiB @ 2_0000_0000
> according to Koelsch's hardware manual.
> 
> Signed-off-by: Takashi Yoshii <takasi-y@ops.dti.ne.jp>

Thanks Yoshii-san, this seems reasonable to me.
Could I as that in future when posting patches you use your first and
last name in the from addresss, rather than just your email address.

e.g.

Takashi Yoshii <takasi-y@ops.dti.ne.jp>

instead of

takasi-y@ops.dti.ne.jp

That would make my life slightly easier.


Magnus, can I get an Ack or otherwise from you?

> ---
>  arch/arm/boot/dts/r8a7791-koelsch.dts |    7 ++++++-
>  1 file changed, 6 insertions(+), 1 deletion(-)
> 
> diff --git a/arch/arm/boot/dts/r8a7791-koelsch.dts b/arch/arm/boot/dts/r8a7791-koelsch.dts
> index fd556c3..63eee03 100644
> --- a/arch/arm/boot/dts/r8a7791-koelsch.dts
> +++ b/arch/arm/boot/dts/r8a7791-koelsch.dts
> @@ -23,7 +23,12 @@
>  
>  	memory@40000000 {
>  		device_type = "memory";
> -		reg = <0 0x40000000 0 0x80000000>;
> +		reg = <0 0x40000000 0 0x40000000>;
> +	};
> +
> +	memory@200000000 {
> +		device_type = "memory";
> +		reg = <2 0x00000000 0 0x40000000>;
>  	};
>  
>  	lbsc {
> -- 
> 1.7.9.5
> 

  reply	other threads:[~2013-12-23  0:58 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-22  9:27 [PATCH 1/2] ARM: shmobile: koelsch: (1+1)GiB memory in DT takasi-y
2013-12-23  0:58 ` Simon Horman [this message]
2014-01-07  1:29 ` Simon Horman

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=20131223005824.GM12239@verge.net.au \
    --to=horms@verge.net.au \
    --cc=linux-sh@vger.kernel.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).