Skip to content

Commit 08982a1

Browse files
chewittsuperna9999
authored andcommitted
arm64: dts: meson-g12: 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. 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 76577c9 commit 08982a1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,12 @@
107107
no-map;
108108
};
109109

110+
/* 32 MiB reserved for ARM Trusted Firmware (BL32) */
111+
secmon_reserved_bl32: secmon@5300000 {
112+
reg = <0x0 0x05300000 0x0 0x2000000>;
113+
no-map;
114+
};
115+
110116
linux,cma {
111117
compatible = "shared-dma-pool";
112118
reusable;

0 commit comments

Comments
 (0)