On Mon, 27 Mar 2023 17:31:09 -0500, Rob Herring wrote:
> Replace of_get_property()+of_translate_address()+ioremap() with a call
> to of_iomap() which does all those steps.
>
>
Applied to powerpc/next.
[1/1] powerpc: usbgecko: Use of_iomap()
https://git.kernel.org/powerpc/c/83a8fe569ef84d6
Replace of_get_property()+of_translate_address()+ioremap() with a call
to of_iomap() which does all those steps.
Signed-off-by: Rob Herring
---
.../platforms/embedded6xx/usbgecko_udbg.c | 20 +--
1 file changed, 1 insertion(+), 19 deletions(-)
diff --git a/arch/powerpc/platf