summaryrefslogtreecommitdiff
path: root/board/intel
diff options
context:
space:
mode:
authorAlif Zakuan Yuslaimi <[email protected]>2025-08-03 18:24:36 -0700
committerTien Fong Chee <[email protected]>2025-08-08 22:20:47 +0800
commit5416a3a306ea2117280cf89b6024c4d668cf9cd4 (patch)
treec8a70eb3b807fcc0c9633c9cf6bb7565a9706000 /board/intel
parenta44423e7e920f4196a7d50fc9ec09c12ab322f89 (diff)
arm: socfpga: agilex5: Refactor system manager driver initialization
Refactor system manager initialization by searching for system manager alias in Agilex5 device tree instead of manually passing node name to the device model calling function Signed-off-by: Alif Zakuan Yuslaimi <[email protected]> Reviewed-by: Tien Fong Chee <[email protected]>
Diffstat (limited to 'board/intel')
-rw-r--r--board/intel/agilex5-socdk/socfpga.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/intel/agilex5-socdk/socfpga.c b/board/intel/agilex5-socdk/socfpga.c
index d6628cfc696..60c8704b391 100644
--- a/board/intel/agilex5-socdk/socfpga.c
+++ b/board/intel/agilex5-socdk/socfpga.c
@@ -7,6 +7,6 @@
int board_early_init_f(void)
{
- socfpga_get_sys_mgr_addr("sysmgr@10d12000");
+ socfpga_get_sys_mgr_addr();
return 0;
}