powerpc/fsl_rio: Use of_iomap()
authorRob Herring <robh@kernel.org>
Mon, 27 Mar 2023 22:31:02 +0000 (17:31 -0500)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 4 Apr 2023 12:11:03 +0000 (22:11 +1000)
commitde8d11bc6ec412a498acf795911c8597ae37d4e7
tree636921c2cb77d30a385227f7fcae15aa50919eba
parent037c47a436eab2d336d5e131ab1c1394f223a57b
powerpc/fsl_rio: Use of_iomap()

Replace of_address_to_resource()+ioremap() with a call to of_iomap()
which does both of those steps.

Signed-off-by: Rob Herring <robh@kernel.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/20230327223103.820229-1-robh@kernel.org
arch/powerpc/sysdev/fsl_rio.c