pmdomain: imx: scu-pd: correct DMA2 channel
authorPeng Fan <peng.fan@nxp.com>
Sun, 1 Oct 2023 12:38:53 +0000 (20:38 +0800)
committerUlf Hansson <ulf.hansson@linaro.org>
Wed, 4 Oct 2023 22:28:52 +0000 (00:28 +0200)
commit767881c470b3140c33795031c4e4d65572731c1c
treeae43c5e60285c922f8446a26a2dfd04bf16b712f
parente2ad626f8f409899baf1bf192d0533a851128b19
pmdomain: imx: scu-pd: correct DMA2 channel

Per "dt-bindings/firmware/imx/rsrc.h", `IMX_SC_R_DMA_2_CH0 + 5` not
equals to IMX_SC_R_DMA_2_CH5, so there should be two entries in
imx8qxp_scu_pd_ranges, otherwise the imx_scu_add_pm_domain may filter
out wrong power domains.

Fixes: 927b7d15dcf2 ("genpd: imx: scu-pd: enlarge PD range")
Reported-by: Dong Aisheng <Aisheng.dong@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Link: https://lore.kernel.org/r/20231001123853.200773-1-peng.fan@oss.nxp.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/pmdomain/imx/scu-pd.c