diff options
author | samin <samin.guo@starfivetech.com> | 2022-01-05 09:57:25 +0300 |
---|---|---|
committer | samin <samin.guo@starfivetech.com> | 2022-01-05 10:50:32 +0300 |
commit | 1f2eb3de36ad72a25326f8d3e2c0ee3be4c9df59 (patch) | |
tree | 0a7efc47b86f6298b7c8b1d83c3bfcabb1a1b9b6 /drivers/reset/reset-sunxi.c | |
parent | 7793261401ee7f8d5264a58c4baa3b435c2d86ae (diff) | |
download | linux-1f2eb3de36ad72a25326f8d3e2c0ee3be4c9df59.tar.xz |
reset: starfive-jh7110: use platform_ioremap_iomem_byname.
The reset module is scattered in several domains, and each address
segment may be located in the module device management.
Using devm_platform_get_and_ioremap_resource->devm_ioremap_resource will
cause the address of this segment to be occupied by the reset driver,
and other modules cannot be used, so use ioremap that can be mapped
multiple times instead.
Signed-off-by: samin <samin.guo@starfivetech.com>
Diffstat (limited to 'drivers/reset/reset-sunxi.c')
0 files changed, 0 insertions, 0 deletions