We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d91e382 commit a518a57Copy full SHA for a518a57
arch/arm/include/asm/arch-fsl-layerscape/ns_access.h
@@ -26,6 +26,7 @@ enum csu_cslx_ind {
26
CSU_CSLX_PCIE3_IO,
27
CSU_CSLX_USB3 = 20,
28
CSU_CSLX_USB2,
29
+ CSU_CSLX_PFE = 23,
30
CSU_CSLX_SERDES = 32,
31
CSU_CSLX_QDMA,
32
CSU_CSLX_LPUART2,
@@ -105,6 +106,7 @@ static struct csu_ns_dev ns_dev[] = {
105
106
{CSU_CSLX_PCIE3_IO, CSU_ALL_RW},
107
{CSU_CSLX_USB3, CSU_ALL_RW},
108
{CSU_CSLX_USB2, CSU_ALL_RW},
109
+ {CSU_CSLX_PFE, CSU_ALL_RW},
110
{CSU_CSLX_SERDES, CSU_ALL_RW},
111
{CSU_CSLX_QDMA, CSU_ALL_RW},
112
{CSU_CSLX_LPUART2, CSU_ALL_RW},
0 commit comments