diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2017-05-11 11:01:26 +0200 |
---|---|---|
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2017-05-12 13:20:03 +0200 |
commit | 4153e477674a4089efaeb32624ebf9307a339762 (patch) | |
tree | 1316ba0cbe4a2179a6268155c602b406b3599379 /arch | |
parent | 1f5541c8818d3ecd243f9bbf58db9ea5f55a3195 (diff) | |
download | u-boot-4153e477674a4089efaeb32624ebf9307a339762.tar.gz |
mips: bmips: bcm6358: fix brcm, bcm6358-mc size
Shrink brcm,bcm6358-mc size to avoid overlapping with other controllers
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/mips/dts/brcm,bcm6358.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/dts/brcm,bcm6358.dtsi b/arch/mips/dts/brcm,bcm6358.dtsi index df75988c82..0dad998501 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; }; }; |