phy: freescale: imx8m-pcie: Use devm_platform_ioremap_resource()
authorYang Li <yang.lee@linux.alibaba.com>
Fri, 28 Apr 2023 05:27:58 +0000 (13:27 +0800)
committerVinod Koul <vkoul@kernel.org>
Tue, 16 May 2023 14:21:24 +0000 (19:51 +0530)
commit1541fbaca0d9c68e46d2593112a578f1c13fd312
tree749c6f3d9c293512e0b06acbb3789fda673ce04a
parentfdab47868e3d42a2d996daf848ba6a94f1b56d43
phy: freescale: imx8m-pcie: Use devm_platform_ioremap_resource()

Convert platform_get_resource(),devm_ioremap_resource() to a single
call to devm_platform_ioremap_resource(), as this is exactly what this
function does.

Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Link: https://lore.kernel.org/r/20230428052758.38636-1-yang.lee@linux.alibaba.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/phy/freescale/phy-fsl-imx8m-pcie.c