Re: [PATCH RFC] ARM64: dts: marvell: Add DTS file for Turris Mox

From: Marek Behun
Date: Wed Dec 12 2018 - 23:08:35 EST


Hi Rob

On Tue, 4 Dec 2018 14:37:06 -0600
Rob Herring <robh@xxxxxxxxxx> wrote:

> > +
> > + switch1@2 {
>
> Ideally, we shouldn't have this switch0, switch1, etc.

I can rename peridot switches (switch0@10, switch1@11, switch2@12 to
swtich@10, switch@11, switch@12), but I cannot rename Topaz to
switch@2. Topaz always has MDIO address 2, because there can be only
one, but it can be connected either directly or after the first or
second peridot. Therefore I have three different nodes, each describing
different connection to the previous switch/cpu.

How should I rename it?

Marek