Skip to content

Commit 76577c9

Browse files
chewittsuperna9999
authored andcommitted
arm64: dts: meson-gx: add ATF BL32 reserved-memory region
Add an additional reserved memory region for the BL32 trusted firmware present in many devices that boot from Amlogic vendor u-boot. Suggested-by: Mateusz Krzak <[email protected]> Signed-off-by: Christian Hewitt <[email protected]> Reviewed-by: Neil Armstrong <[email protected]> Reviewed-by: Kevin Hilman <[email protected]> Signed-off-by: Neil Armstrong <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent a5be3e5 commit 76577c9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

arch/arm64/boot/dts/amlogic/meson-gx.dtsi

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,12 @@
4949
no-map;
5050
};
5151

52+
/* 32 MiB reserved for ARM Trusted Firmware (BL32) */
53+
secmon_reserved_bl32: secmon@5300000 {
54+
reg = <0x0 0x05300000 0x0 0x2000000>;
55+
no-map;
56+
};
57+
5258
linux,cma {
5359
compatible = "shared-dma-pool";
5460
reusable;

0 commit comments

Comments
 (0)