mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-09-23 23:01:28 +02:00
imx: imx8ulp: add CAAM clock entry
Add CAAM clock entry in PCC3 Signed-off-by: Peng Fan <peng.fan@nxp.com>
This commit is contained in:
parent
a178a8c5de
commit
40d60ec780
@ -52,6 +52,7 @@ enum pcc3_entry {
|
||||
UPOWER_PCC3_SLOT = 40,
|
||||
WDOG3_PCC3_SLOT = 42,
|
||||
WDOG4_PCC3_SLOT = 43,
|
||||
CAAM_PCC3_SLOT = 46,
|
||||
XRDC_MGR_PCC3_SLOT = 47,
|
||||
SEMA42_1_PCC3_SLOT = 48,
|
||||
ROMCP1_PCC3_SLOT = 49,
|
||||
|
@ -135,6 +135,7 @@ static struct pcc_entry pcc3_arrays[] = {
|
||||
{PCC3_RBASE, UPOWER_PCC3_SLOT, CLKSRC_NO_PCS, PCC_NO_DIV, PCC_NO_RST_B},
|
||||
{PCC3_RBASE, WDOG3_PCC3_SLOT, CLKSRC_PER_BUS, PCC_HAS_DIV, PCC_HAS_RST_B},
|
||||
{PCC3_RBASE, WDOG4_PCC3_SLOT, CLKSRC_PER_BUS, PCC_HAS_DIV, PCC_HAS_RST_B},
|
||||
{PCC3_RBASE, CAAM_PCC3_SLOT, CLKSRC_NO_PCS, PCC_NO_DIV, PCC_HAS_RST_B},
|
||||
{PCC3_RBASE, XRDC_MGR_PCC3_SLOT, CLKSRC_NO_PCS, PCC_NO_DIV, PCC_NO_RST_B},
|
||||
{PCC3_RBASE, SEMA42_1_PCC3_SLOT, CLKSRC_PER_BUS, PCC_NO_DIV, PCC_NO_RST_B},
|
||||
{PCC3_RBASE, ROMCP1_PCC3_SLOT, CLKSRC_NO_PCS, PCC_NO_DIV, PCC_NO_RST_B},
|
||||
|
Loading…
x
Reference in New Issue
Block a user