of_address: Add bus type match for pci ranges parser
authorJiaxun Yang <jiaxun.yang@flygoat.com>
Tue, 28 Jul 2020 15:36:55 +0000 (23:36 +0800)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Tue, 28 Jul 2020 20:49:52 +0000 (22:49 +0200)
commit2f96593ecc37e98bf99525f0629128080533867f
treed99017087283702c58da0c75b24c5839ca8bed4c
parentaa35a5eee58cce7863b7c0d5e94e3e2e6de59d08
of_address: Add bus type match for pci ranges parser

So the parser can be used to parse range property of ISA bus.

As they're all using PCI-like method of range property, there is no need
start a new parser.

Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
drivers/of/address.c
include/linux/of_address.h