Re: [PATCH v2 1/5] of_address: Add bus type match for pci ranges parser

2020-07-22 Thread Rob Herring
On Tue, Jul 21, 2020 at 8:18 AM Jiaxun Yang wrote: > > 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 > > -- > v2: Drop useless check, fix some na for

[PATCH v2 1/5] of_address: Add bus type match for pci ranges parser

2020-07-21 Thread Jiaxun Yang
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 -- v2: Drop useless check, fix some na for bus_addr add define of of_range_parser_init according to