projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e51b999
)
ARM: dts: BCM5301X: Fix memory start address
author
Jon Mason
<jon.mason@broadcom.com>
Wed, 8 Feb 2017 20:37:12 +0000
(15:37 -0500)
committer
Florian Fainelli
<f.fainelli@gmail.com>
Mon, 6 Mar 2017 01:09:56 +0000
(17:09 -0800)
Memory starts at 0x80000000, not 0. 0 "works" due to mirrior of the
first 128M of RAM to that address. Anything greater than 128M will
quickly find nothing there. Correcting the starting address has
everything working again.
Signed-off-by: Jon Mason <jon.mason@broadcom.com>
Fixes: 7eb05f6d ("ARM: dts: bcm5301x: Add BCM SVK DT files")
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
arch/arm/boot/dts/bcm953012k.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/bcm953012k.dts
b/arch/arm/boot/dts/bcm953012k.dts
index da5aa8f5ffa7f9764384f2eddb91a97d0f71be32..ae31a5826e918ec58fc1948df0f9998664b7064f 100644
(file)
--- a/
arch/arm/boot/dts/bcm953012k.dts
+++ b/
arch/arm/boot/dts/bcm953012k.dts
@@
-48,7
+48,7
@@
};
memory {
- reg = <0x
0
0000000 0x10000000>;
+ reg = <0x
8
0000000 0x10000000>;
};
};