public inbox for linux-arm-kernel@lists.infradead.org 
 help / color / mirror / Atom feed
From: t.dakhran@samsung•com (Tarek Dakhran)
To: linux-arm-kernel@lists•infradead.org
Subject: [PATCH v8 1/3] ARM: EXYNOS: Add support for EXYNOS5410 SoC
Date: Mon, 14 Apr 2014 15:59:04 +0400	[thread overview]
Message-ID: <534BCD88.4020108@samsung.com> (raw)
In-Reply-To: <5617478.sn2TYu7iO3@wuerfel>

On 04/14/2014 03:03 PM, Arnd Bergmann wrote:
> On Monday 14 April 2014 11:17:38 Tarek Dakhran wrote:
>> --- a/arch/arm/mach-exynos/exynos.c
>> +++ b/arch/arm/mach-exynos/exynos.c
>> @@ -159,6 +159,15 @@ static struct map_desc exynos5250_iodesc[] __initdata = {
>>          },
>>   };
>>   
>> +static struct map_desc exynos5410_iodesc[] __initdata = {
>> +       {
>> +               .virtual        = (unsigned long)S5P_VA_SYSRAM_NS,
>> +               .pfn            = __phys_to_pfn(EXYNOS5410_PA_SYSRAM_NS),
>> +               .length         = SZ_4K,
>> +               .type           = MT_DEVICE,
>> +       },
>> +};
>> +
>>   static struct map_desc exynos5_iodesc[] __initdata = {
> NAK
>
> Why does this keep coming up?
>
> 	Arnd
>
We need this memory region because boot address for exynos5410 located 
here, same as for 5250.

-- 
Best regards,
     Tarek Dakhran

  reply	other threads:[~2014-04-14 11:59 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-14  7:17 [PATCH v8 0/3] Exynos 5410 support Tarek Dakhran
2014-04-14  7:17 ` [PATCH v8 1/3] ARM: EXYNOS: Add support for EXYNOS5410 SoC Tarek Dakhran
2014-04-14 11:03   ` Arnd Bergmann
2014-04-14 11:59     ` Tarek Dakhran [this message]
2014-04-24 16:01       ` Tomasz Figa
2014-04-25 22:52   ` Kevin Hilman
2014-04-25 23:07     ` Tomasz Figa
2014-04-14  7:17 ` [PATCH v8 2/3] clk: exynos5410: register clocks using common clock framework Tarek Dakhran
2014-04-14  7:17 ` [PATCH v8 3/3] ARM: dts: Add initial device tree support for EXYNOS5410 Tarek Dakhran
2014-04-26 11:41   ` Tomasz Figa
2014-04-26 15:31     ` Tarek Dakhran
2014-04-25 22:56 ` [PATCH v8 0/3] Exynos 5410 support Kevin Hilman
2014-05-19  0:58   ` Kukjin Kim

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=534BCD88.4020108@samsung.com \
    --to=t.dakhran@samsung$(echo .)com \
    --cc=linux-arm-kernel@lists$(echo .)infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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