From: Álvaro Fernández Rojas Date: Thu, 11 May 2017 09:01:27 +0000 (+0200) Subject: mips: bmips: bcm6328: fix brcm, bcm6328-mc size X-Git-Tag: v2017.07-rc1~283^2~8 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=44d8514f54a3ce2e533a66692a180547343dfc16;p=oweals%2Fu-boot.git mips: bmips: bcm6328: fix brcm, bcm6328-mc size Shrink brcm,bcm6328-mc size to avoid overlapping with other controllers Signed-off-by: Álvaro Fernández Rojas --- diff --git a/arch/mips/dts/brcm,bcm6328.dtsi b/arch/mips/dts/brcm,bcm6328.dtsi index 4adc83fcb4..3926885899 100644 --- a/arch/mips/dts/brcm,bcm6328.dtsi +++ b/arch/mips/dts/brcm,bcm6328.dtsi @@ -120,7 +120,7 @@ memory-controller@10003000 { compatible = "brcm,bcm6328-mc"; - reg = <0x10003000 0x1000>; + reg = <0x10003000 0x864>; u-boot,dm-pre-reloc; }; };