1
0
Fork 0

LF-824: fw: imx: Add power domain for MU of the SECO

Signed-off-by: Franck LENORMAND <franck.lenormand@nxp.com>
5.4-rM2-2.2.x-imx-squashed
Franck LENORMAND 2020-02-13 14:14:41 +01:00
parent 9edf1255f8
commit 7d01320dfc
1 changed files with 4 additions and 1 deletions

View File

@ -1,7 +1,7 @@
// SPDX-License-Identifier: GPL-2.0+
/*
* Copyright (C) 2016 Freescale Semiconductor, Inc.
* Copyright 2017-2018 NXP
* Copyright 2017-2018,2020 NXP
* Dong Aisheng <aisheng.dong@nxp.com>
*
* Implementation of the SCU based Power Domains
@ -255,6 +255,9 @@ static const struct imx_sc_pd_range imx8qxp_scu_pd_ranges[] = {
/* BOARD SS */
{ "board", IMX_SC_R_BOARD_R0, 8, true, 0},
/* SECO SS */
{ "seco_mu", IMX_SC_R_SECO_MU_2, 3, true, 2},
};
static const struct imx_sc_pd_soc imx8qxp_scu_pd = {