diff mbox

[U-Boot,1/5] mips: bmips: bcm6358: fix brcm, bcm6358-mc size

Message ID 1494493290-22700-1-git-send-email-noltari@gmail.com
State Accepted, archived
Commit 4153e477674a4089efaeb32624ebf9307a339762
Delegated to: Daniel Schwierzeck
Headers show

Commit Message

Álvaro Fernández Rojas May 11, 2017, 9:01 a.m. UTC
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(-)

Comments

Daniel Schwierzeck May 12, 2017, 9:02 p.m. UTC | #1
Am 11.05.2017 um 11:01 schrieb Álvaro Fernández Rojas:
> 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(-)
> 

applied to u-boot-mips/master, thanks.
diff mbox

Patch

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@fffe1200 {
 			compatible = "brcm,bcm6358-mc";
-			reg = <0xfffe1200 0x1000>;
+			reg = <0xfffe1200 0x4c>;
 			u-boot,dm-pre-reloc;
 		};
 	};