This reverts commit
6bec1553aaf630b80c9239d8895d423843f31801.
Put all the pads into off mode have side effect if the pad used for
GPIO interrupt. system suspend/resume will be broken, We can not
add it in our generic release.
Signed-off-by: Jacky Bai <ping.bai@nxp.com>
Acked-by: Jason Liu <jason.hui.liu@nxp.com>
pm_info->select_input_val[i] =
readl_relaxed(iomuxc1_base +
SELECT_INPUT_START + i * 0x4);
-
- /* Put all the PADs to OFF state */
- for (i = 0; i < pm_info->iomux_num; i++)
- writel_relaxed(0, (iomuxc1_base + IOMUX_START + i * 0x4));
}
static void imx7ulp_lpuart_save(void)