Skip to content

Commit c9a0ee3

Browse files
Nicole BazeSiva Addepalli
authored andcommitted
xilpm: versal: server: Remove XRAM axi-lite clock selection
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]>
1 parent bd49744 commit c9a0ee3

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

lib/sw_services/xilpm/src/versal/server/xpm_domain_iso.c

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -652,13 +652,6 @@ XStatus XPmDomainIso_Control(u32 IsoIdx, u32 Enable)
652652
XPm_RMW32(XPmDomainIso_List[IsoIdx].Node.BaseAddress,
653653
Mask, 0U);
654654
}
655-
656-
if ((u32)XPM_NODEIDX_ISO_XRAM_PL_AXILITE == IsoIdx) {
657-
/* Select AXI lite clock from PL */
658-
XPm_RMW32(XRAM_SLCR_BASEADDR + XRAM_SLCR_APB_CLK_OFFSET,
659-
XRAM_SLCR_APB_CLK_SRC_AXI_LITE_CLK_MASK,
660-
XRAM_SLCR_APB_CLK_SRC_AXI_LITE_CLK_MASK);
661-
}
662655
} else {
663656
if (((u32)XPM_NODEIDX_ISO_XRAM_PL_AXI0 <= IsoIdx) &&
664657
((u32)XPM_NODEIDX_ISO_XRAM_PL_AXILITE >= IsoIdx)) {

0 commit comments

Comments
 (0)