diff options
author | Rob Herring <robh@kernel.org> | 2023-08-23 22:09:42 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2023-08-29 23:02:00 +0300 |
commit | 09959520d2b0853a16962d245acfdc995d1b0da9 (patch) | |
tree | 0fa636dabf14a2bfd6bb059ce01fc81522935065 /drivers/irqchip | |
parent | a9d3965f76e317e2bd3d841dcf3d8ad5794121df (diff) | |
download | linux-09959520d2b0853a16962d245acfdc995d1b0da9.tar.xz |
bus: fsl-mc: Use common ranges functions
Since commit 3d5089c4263d ("of/address: Add support for 3 address cell
bus"), the DT address functions can handle translating buses with 3
address cells. Replace the custom code with the for_each_of_range()
iterator.
The original code had fallbacks to get "#address-cells"/"#size-cells"
from the bus parent node if they are missing. This is non-standard
behavior, and AFAICT the upstream .dts files never relied on that.
Reviewed-by: Laurentiu Tudor <laurentiu.tudor@nxp.com>
Tested-by: Laurentiu Tudor <laurentiu.tudor@nxp.com>
Signed-off-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20230823190958.2717267-1-robh@kernel.org
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'drivers/irqchip')
0 files changed, 0 insertions, 0 deletions