Rob,
As discussed on another thread, there are three issues at
pci/hisilicon,kirin-pcie.yaml:
- The bus-range parameters are causing warnings;
- The Kirin970 example doesn't reflect the right device
hierarchy, causing some of_node files under sysfs to
not be initialized;
- There is a wrong msi-parent node causing it to not work
properly and to produce several warnings.
This small series fix such issues.
Mauro Carvalho Chehab (2):
dt-bindings: PCI: kirin: fix bus-range
dt-bindings: PCI: kirin: fix HiKey970 example
.../bindings/pci/hisilicon,kirin-pcie.yaml | 66 ++++++++++---------
1 file changed, 36 insertions(+), 30 deletions(-)
--
2.31.1
On Mon, Aug 16, 2021 at 09:53:24PM +0200, Mauro Carvalho Chehab wrote:
> Rob,
>
> As discussed on another thread, there are three issues at
> pci/hisilicon,kirin-pcie.yaml:
>
> - The bus-range parameters are causing warnings;
> - The Kirin970 example doesn't reflect the right device
> hierarchy, causing some of_node files under sysfs to
> not be initialized;
> - There is a wrong msi-parent node causing it to not work
> properly and to produce several warnings.
>
> This small series fix such issues.
>
> Mauro Carvalho Chehab (2):
> dt-bindings: PCI: kirin: fix bus-range
> dt-bindings: PCI: kirin: fix HiKey970 example
>
> .../bindings/pci/hisilicon,kirin-pcie.yaml | 66 ++++++++++---------
> 1 file changed, 36 insertions(+), 30 deletions(-)
I applied and squashed these into the prior series.
Rob