]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
ARM: dts: am335x-boneblack-common: fix memory size
authorMatwey V. Kornilov <matwey@sai.msu.ru>
Mon, 6 Jan 2020 13:09:08 +0000 (16:09 +0300)
committerTony 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

index 7ad079861efd6ce84e1ba88a3d0df00ba5a42985..91f93bc89716d68f915438e77c216bac429194f8 100644 (file)
 };
 
 / {
+       memory@80000000 {
+               device_type = "memory";
+               reg = <0x80000000 0x20000000>; /* 512 MB */
+       };
+
        clk_mcasp0_fixed: clk_mcasp0_fixed {
                #clock-cells = <0>;
                compatible = "fixed-clock";