Commit 2e54ecb6 authored by Suman Anna's avatar Suman Anna Committed by Santosh Shilimkar

ARM: dts: keystone-k2hk: Reserve MSM RAM for boot monitor

The Keystone 2 boot monitor uses 32 KB of the MSM RAM @ 0x0c5f0000
on 66AK2H SoCs, so add a reserved child node for the same.

This address is aligned to the values used within the latest boot
monitor firmware [1] as of commit cf8b431e8b3b ("soc: Move load
address to end of MSMC").

[1] git://git.ti.com/processor-firmware/ks2-boot-monitor.gitSigned-off-by: default avatarSuman Anna <s-anna@ti.com>
Signed-off-by: default avatarSantosh Shilimkar <ssantosh@kernel.org>
parent b6f922ab
...@@ -52,6 +52,10 @@ msm_ram: msmram@0c000000 { ...@@ -52,6 +52,10 @@ msm_ram: msmram@0c000000 {
ranges = <0x0 0x0c000000 0x600000>; ranges = <0x0 0x0c000000 0x600000>;
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
sram-bm@5f0000 {
reg = <0x5f0000 0x8000>;
};
}; };
dspgpio0: keystone_dsp_gpio@02620240 { dspgpio0: keystone_dsp_gpio@02620240 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment