All of lore.kernel.org
 help / color / mirror / Atom feed
From: maxime.ripard@free-electrons.com (Maxime Ripard)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH RFC 2/3] ARM: sun7i: Add A20 SRAM and SRAM controller
Date: Fri, 20 Mar 2015 21:53:32 +0100	[thread overview]
Message-ID: <20150320205332.GI4255@lukather> (raw)
In-Reply-To: <5509CE0D.7000904@redhat.com>

On Wed, Mar 18, 2015 at 08:12:13PM +0100, Hans de Goede wrote:
> Hi,
> 
> On 12-03-15 14:13, Maxime Ripard wrote:
> >The A20 has a few SRAM that can be mapped either to a device or to the CPU,
> >with the mapping being controlled by an SRAM controller.
> >
> >Since most of the time these SRAM won't be accessible by the CPU, we can't use
> >the mmio-sram driver and compatible.
> >
> >Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
> >---
> >  arch/arm/boot/dts/sun7i-a20.dtsi | 31 ++++++++++++++++++++++++++++++-
> >  1 file changed, 30 insertions(+), 1 deletion(-)
> >
> >diff --git a/arch/arm/boot/dts/sun7i-a20.dtsi b/arch/arm/boot/dts/sun7i-a20.dtsi
> >index a1ebd80e6f24..a249828a1df5 100644
> >--- a/arch/arm/boot/dts/sun7i-a20.dtsi
> >+++ b/arch/arm/boot/dts/sun7i-a20.dtsi
> >@@ -522,12 +522,41 @@
> >  		};
> >  	};
> >
> >-	soc at 01c00000 {
> >+	soc {
> 
> Please do not do this, this changes devicetree paths used by
> u-boot, see:
> 
> http://git.denx.de/?p=u-boot.git;a=blob;f=include/configs/sunxi-common.h#l232

Ah, I didn't think about that. That's unfortunate, since the SRAM
start lower than this address, but I guess we'll have to live with
that :)

Thanks!
Maxime

-- 
Maxime Ripard, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20150320/499ed5f9/attachment.sig>

  reply	other threads:[~2015-03-20 20:53 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-12 13:13 [PATCH RFC 0/3] ARM: sunxi: SRAM mapping support Maxime Ripard
2015-03-12 13:13 ` [PATCH RFC 1/3] drivers: soc: sunxi: Introduce SoC driver to map SRAMs Maxime Ripard
2015-03-12 13:13 ` [PATCH RFC 2/3] ARM: sun7i: Add A20 SRAM and SRAM controller Maxime Ripard
2015-03-18 19:12   ` Hans de Goede
2015-03-20 20:53     ` Maxime Ripard [this message]
2015-03-12 13:13 ` [PATCH RFC 3/3] net: allwinner: emac: Claim our SRAM Maxime Ripard

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=20150320205332.GI4255@lukather \
    --to=maxime.ripard@free-electrons.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.