diff options
| author | Alif Zakuan Yuslaimi <[email protected]> | 2025-08-03 18:24:37 -0700 |
|---|---|---|
| committer | Tien Fong Chee <[email protected]> | 2025-08-08 22:20:48 +0800 |
| commit | 1dc683005dd22b6fdf47845a2c0db00a55033ad9 (patch) | |
| tree | 4ffa0545f42ab2638dcb4e9423c5480cb2a5b896 /MAINTAINERS | |
| parent | 5416a3a306ea2117280cf89b6024c4d668cf9cd4 (diff) | |
arm: socfpga: agilex: Enable system manager driver for Agilex
The base address of system manager can be retrieved
using DT framework through the system manager driver.
Enable system manager support for Agilex by probing the
system manager driver to initialize during SPL boot up.
Signed-off-by: Boon Khai Ng <[email protected]>
Signed-off-by: Alif Zakuan Yuslaimi <[email protected]>
Reviewed-by: Tien Fong Chee <[email protected]>
Diffstat (limited to 'MAINTAINERS')
| -rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index fdce820c792..a04b93a807b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -156,6 +156,7 @@ S: Maintained T: git https://source.denx.de/u-boot/custodians/u-boot-socfpga.git F: arch/arm/dts/socfpga_* F: arch/arm/mach-socfpga/ +F: board/intel/agilex-socdk/ F: configs/socfpga_* F: drivers/ddr/altera/ F: drivers/power/domain/altr-pmgr-agilex5.c |
