Skip to content

Commit

Permalink
xilpm: versal: server: Remove XRAM axi-lite clock selection
Browse files Browse the repository at this point in the history
Currently tools doesn't support enabling XRAM AXILITE interface so remove
XRAM_APB_CLK configuration which selects AXILITE PL source.

Signed-off-by: Nicole Baze <[email protected]>
Acked-by: Arun Kannan <[email protected]>
  • Loading branch information
Nicole Baze authored and Siva Addepalli committed Oct 12, 2023
1 parent bd49744 commit c9a0ee3
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions lib/sw_services/xilpm/src/versal/server/xpm_domain_iso.c
Original file line number Diff line number Diff line change
Expand Up @@ -652,13 +652,6 @@ XStatus XPmDomainIso_Control(u32 IsoIdx, u32 Enable)
XPm_RMW32(XPmDomainIso_List[IsoIdx].Node.BaseAddress,
Mask, 0U);
}

if ((u32)XPM_NODEIDX_ISO_XRAM_PL_AXILITE == IsoIdx) {
/* Select AXI lite clock from PL */
XPm_RMW32(XRAM_SLCR_BASEADDR + XRAM_SLCR_APB_CLK_OFFSET,
XRAM_SLCR_APB_CLK_SRC_AXI_LITE_CLK_MASK,
XRAM_SLCR_APB_CLK_SRC_AXI_LITE_CLK_MASK);
}
} else {
if (((u32)XPM_NODEIDX_ISO_XRAM_PL_AXI0 <= IsoIdx) &&
((u32)XPM_NODEIDX_ISO_XRAM_PL_AXILITE >= IsoIdx)) {
Expand Down

0 comments on commit c9a0ee3

Please sign in to comment.