All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Álvaro Fernández Rojas" <noltari@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/5] mips: bmips: bcm6358: fix brcm, bcm6358-mc size
Date: Thu, 11 May 2017 11:01:26 +0200	[thread overview]
Message-ID: <1494493290-22700-1-git-send-email-noltari@gmail.com> (raw)

Shrink brcm,bcm6358-mc size to avoid overlapping with other controllers

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
---
 arch/mips/dts/brcm,bcm6358.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/mips/dts/brcm,bcm6358.dtsi b/arch/mips/dts/brcm,bcm6358.dtsi
index df75988..0dad998 100644
--- a/arch/mips/dts/brcm,bcm6358.dtsi
+++ b/arch/mips/dts/brcm,bcm6358.dtsi
@@ -133,7 +133,7 @@
 
 		memory-controller at fffe1200 {
 			compatible = "brcm,bcm6358-mc";
-			reg = <0xfffe1200 0x1000>;
+			reg = <0xfffe1200 0x4c>;
 			u-boot,dm-pre-reloc;
 		};
 	};
-- 
2.1.4

             reply	other threads:[~2017-05-11  9:01 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-11  9:01 Álvaro Fernández Rojas [this message]
2017-05-11  9:01 ` [U-Boot] [PATCH 2/5] mips: bmips: bcm6328: fix brcm, bcm6328-mc size Álvaro Fernández Rojas
2017-05-12 21:02   ` Daniel Schwierzeck
2017-05-11  9:01 ` [U-Boot] [PATCH 3/5] mips: bmips: bcm63268: " Álvaro Fernández Rojas
2017-05-12 21:03   ` Daniel Schwierzeck
2017-05-11  9:01 ` [U-Boot] [PATCH 4/5] dm: ram: remove unneeded brcm,bcm63268-mc id Álvaro Fernández Rojas
2017-05-12 21:03   ` [U-Boot] [PATCH 4/5] dm: ram: remove unneeded brcm, bcm63268-mc id Daniel Schwierzeck
2017-05-11  9:01 ` [U-Boot] [PATCH 5/5] mips: bmips: add missing SFR NeufBox 4 config Álvaro Fernández Rojas
2017-05-12 21:03   ` Daniel Schwierzeck
2017-05-12 21:02 ` [U-Boot] [PATCH 1/5] mips: bmips: bcm6358: fix brcm, bcm6358-mc size Daniel Schwierzeck

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=1494493290-22700-1-git-send-email-noltari@gmail.com \
    --to=noltari@gmail.com \
    --cc=u-boot@lists.denx.de \
    /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.