1
0
Fork 0

MLKU-62 imx: scu-pd: add power domain for caam job rings

On i.MX8 QM and QXP, caam crypto accelerator has 4 job rings,
however only the last two (JR2 and JR3) are accesible from the kernel.

Signed-off-by: Horia Geantă <horia.geanta@nxp.com>
5.4-rM2-2.2.x-imx-squashed
Horia Geantă 2019-10-03 13:31:17 +03:00 committed by Dong Aisheng
parent ea8c1df2ee
commit 261386810a
1 changed files with 3 additions and 0 deletions

View File

@ -237,6 +237,9 @@ static const struct imx_sc_pd_range imx8qxp_scu_pd_ranges[] = {
{ "hdmi-tx-i2c0", IMX_SC_R_HDMI_I2C_0, 1, false, 0},
{ "hdmi-tx-pll0", IMX_SC_R_HDMI_PLL_0, 1, false, 0},
{ "hdmi-tx-pll1", IMX_SC_R_HDMI_PLL_1, 1, false, 0},
/* SECURITY SS */
{ "sec-jr", IMX_SC_R_CAAM_JR2, 2, true, 2},
};
static const struct imx_sc_pd_soc imx8qxp_scu_pd = {