2021-08-16 19:57:20

by Mauro Carvalho Chehab

[permalink] [raw]
Subject: [PATCH v2 0/2] Adjust HiKey examples for kirin-pcie

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



2021-08-16 20:38:42

by Rob Herring (Arm)

[permalink] [raw]
Subject: Re: [PATCH v2 0/2] Adjust HiKey examples for kirin-pcie

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