projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03729cf
)
ARM: dts: am335x-boneblack-common: fix memory size
author
Matwey V. Kornilov
<matwey@sai.msu.ru>
Mon, 6 Jan 2020 13:09:08 +0000
(16:09 +0300)
committer
Tony Lindgren
<tony@atomide.com>
Mon, 13 Jan 2020 17:50:11 +0000
(09:50 -0800)
BeagleBone Black series is equipped with 512MB RAM
whereas only 256MB is included from am335x-bone-common.dtsi
This leads to an issue with unusual setups when devicetree
is loaded by GRUB2 directly.
Signed-off-by: Matwey V. Kornilov <matwey@sai.msu.ru>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/am335x-boneblack-common.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/am335x-boneblack-common.dtsi
b/arch/arm/boot/dts/am335x-boneblack-common.dtsi
index 7ad079861efd6ce84e1ba88a3d0df00ba5a42985..91f93bc89716d68f915438e77c216bac429194f8 100644
(file)
--- a/
arch/arm/boot/dts/am335x-boneblack-common.dtsi
+++ b/
arch/arm/boot/dts/am335x-boneblack-common.dtsi
@@
-131,6
+131,11
@@
};
/ {
+ memory@80000000 {
+ device_type = "memory";
+ reg = <0x80000000 0x20000000>; /* 512 MB */
+ };
+
clk_mcasp0_fixed: clk_mcasp0_fixed {
#clock-cells = <0>;
compatible = "fixed-clock";