snapdragon: Add DRAM detection & FDT fixup
authorRamon Fried <ramon.fried@gmail.com>
Tue, 31 Jul 2018 09:29:57 +0000 (12:29 +0300)
committerTom Rini <trini@konsulko.com>
Fri, 10 Aug 2018 17:45:35 +0000 (13:45 -0400)
commit36adb7c9e826f3284a67503c1b49327cfa9bc895
treecbcab5d1041760f3830d43d86dfd6a5717ad8db9
parent8f690848b8a58b5da56eb08d013e63517e558292
snapdragon: Add DRAM detection & FDT fixup

Fixup the Linux FDT with the detection of onboard DRAM as
provided by SBL (Secondary boot loader) by reading
the shared-memory region.

Signed-off-by: Ramon Fried <ramon.fried@gmail.com>
arch/arm/mach-snapdragon/Makefile
arch/arm/mach-snapdragon/dram.c [new file with mode: 0644]
arch/arm/mach-snapdragon/include/mach/dram.h [new file with mode: 0644]