[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240801135223.l47anh2ew6xxcznw@skbuf>
Date: Thu, 1 Aug 2024 16:52:23 +0300
From: Vladimir Oltean <olteanv@...il.com>
To: vtpieter@...il.com
Cc: devicetree@...r.kernel.org, woojung.huh@...rochip.com,
UNGLinuxDriver@...rochip.com, netdev@...r.kernel.org,
o.rempel@...gutronix.de,
Pieter Van Trappen <pieter.van.trappen@...n.ch>,
Florian Fainelli <f.fainelli@...il.com>,
Andrew Lunn <andrew@...n.ch>
Subject: Re: [PATCH net-next 0/2] implement microchip,no-tag-protocol flag
On Thu, Aug 01, 2024 at 04:44:01PM +0300, Vladimir Oltean wrote:
> ethernet-switch@N {
> dsa-tag-protocol = "none";
> };
My mistake - this was supposed to be:
ethernet-switch@N {
ethernet-ports {
/* This is the CPU port */
ethernet-port@0 {
ethernet = <&conduit>;
dsa-tag-protocol = "none";
};
};
};
Powered by blists - more mailing lists