Skip to content

Commit

Permalink
ARM: dts: keystone-k2g: Reserve MSM RAM for boot monitor
Browse files Browse the repository at this point in the history
The Keystone 2 boot monitor uses 32 KB of the MSM RAM @ 0x0c0f7000
on 66AK2G 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.git

Signed-off-by: Suman Anna <s-anna@ti.com>
Signed-off-by: Santosh Shilimkar <ssantosh@kernel.org>
  • Loading branch information
Suman Anna authored and Santosh Shilimkar committed Jan 7, 2017
1 parent 88bd822 commit b3511c9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/arm/boot/dts/keystone-k2g.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@
ranges = <0x0 0x0c000000 0x100000>;
#address-cells = <1>;
#size-cells = <1>;

sram-bm@f7000 {
reg = <0x000f7000 0x8000>;
};
};

k2g_pinctrl: pinmux@02621000 {
Expand Down

0 comments on commit b3511c9

Please sign in to comment.