On Fri, Jan 19, 2018 at 09:39:24AM +0100, Geert Uytterhoeven wrote:
> On Wed, Jan 17, 2018 at 5:17 PM, Simon Horman
> <[email protected]> wrote:
> > Sort the subnodes of the soc node to improve maintainability.
> > The sort key is the addresss on the bus with instances of the same
> > IP block grouped together.
> >
> > This patch should not introduce any functional change.
> >
> > Signed-off-by: Simon Horman <[email protected]>
> 
> Reviewed-by: Geert Uytterhoeven <[email protected]>
> 
> The sort order for the various SCIF variants is still a bit odd:
> 
>         scifa0: serial@e6c40000 {
>         scifa1: serial@e6c50000 {
>         scifa2: serial@e6c60000 {
>         scifb0: serial@e6c20000 {
>         scifb1: serial@e6c30000 {
>         scifb2: serial@e6ce0000 {
>         scif0: serial@e6e60000 {
>         scif1: serial@e6e68000 {
>         scif2: serial@e6e56000 {
>         hscif0: serial@e62c0000 {
>         hscif1: serial@e62c8000 {
> 
> (hscif0 has the lowest address)
> 
> But hey, SCIF is special ;-)

Right, I decided to keep the SCIF ordering as is.
My preference is to address this later if we come up with a better scheme.

Reply via email to