Re: [PATCH 3/5] ARM: mvebu: armada-xp: Correct misnumbered PCIe port nodes

2014-09-22 Thread Bjorn Helgaas
On Sat, Sep 20, 2014 at 5:46 PM, Sebastian Hesselbarth wrote: > On 09/20/2014 08:06 PM, Sebastian Hesselbarth wrote: >> Currently, Armada XP PCIe nodes are numbered pcie@,0 with N just >> incrementing. To reflect port/lane relationship, rename the nodes >> to pcie@,. While at it, add node aliases

Re: [PATCH 3/5] ARM: mvebu: armada-xp: Correct misnumbered PCIe port nodes

2014-09-20 Thread Sebastian Hesselbarth
On 09/20/2014 08:06 PM, Sebastian Hesselbarth wrote: > Currently, Armada XP PCIe nodes are numbered pcie@,0 with N just > incrementing. To reflect port/lane relationship, rename the nodes > to pcie@,. While at it, add node aliases to each of pcie > controller and port nodes and get rid of now redun

[PATCH 3/5] ARM: mvebu: armada-xp: Correct misnumbered PCIe port nodes

2014-09-20 Thread Sebastian Hesselbarth
Currently, Armada XP PCIe nodes are numbered pcie@,0 with N just incrementing. To reflect port/lane relationship, rename the nodes to pcie@,. While at it, add node aliases to each of pcie controller and port nodes and get rid of now redundant port/lane comments. Signed-off-by: Sebastian Hesselbart