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

On Sun, Dec 22, 2013 at 06:27:24PM +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>
> ---
>  arch/arm/boot/dts/r8a7791-koelsch-reference.dts |    7 ++++++-
>  1 file changed, 6 insertions(+), 1 deletion(-)
> 

Hi Yoshii-san,

r8a7791-koelsch-reference.dts is being removed so there
is no need to update this file any more.

> diff --git a/arch/arm/boot/dts/r8a7791-koelsch-reference.dts b/arch/arm/boot/dts/r8a7791-koelsch-reference.dts
> index 588ca17..99319e7 100644
> --- a/arch/arm/boot/dts/r8a7791-koelsch-reference.dts
> +++ b/arch/arm/boot/dts/r8a7791-koelsch-reference.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:56 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-22  9:27 [PATCH 2/2] ARM: shmobile: koelsch-reference: (1+1)GiB memory in DT takasi-y
2013-12-23  0:56 ` Simon Horman [this message]
2014-02-11 20:49 ` [PATCH 2/2] ARM: shmobile: koelsch-reference: Add DU device Laurent Pinchart

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=20131223005630.GL12239@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 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.