Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Wed, 22 Mar 2023 17:47:01 +0000 (18:47 +0100)
Replace of_get_address() and of_translate_address() with single call
to of_address_to_resource(). With this, use ioremap() instead of
of_iomap() which would parse "reg" a second time.