Searched hist:"249 fce6f3ab0dbd98caa9bc8ea4b50fa709e786a" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/clk/imx/ |
H A D | clk-imx8qxp-lpcg.c | diff 249fce6f3ab0dbd98caa9bc8ea4b50fa709e786a Mon Dec 09 14:56:28 CST 2019 Leonard Crestez <leonard.crestez@nxp.com> clk: imx8qxp-lpcg: Warn against devm_platform_ioremap_resource
On imx8 the LPCG nodes map entire subsystems and overlap peripherals, this means that using devm_platform_ioremap_resource will cause many devices to fail to probe including serial ports.
Well-meaning but boot-breaking patches were posted multiple times so add a comment explaining this issue.
Suggested-by: Peng Fan <peng.fan@nxp.com> Signed-off-by: Leonard Crestez <leonard.crestez@nxp.com> Reviewed-by: Peng Fan <peng.fan@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
|