Re: [PATCH net-next 2/5] dt-bindings: net: Add tsnep Ethernet controller
From: Michal Simek <hidden>
Date: 2021-07-28 05:13:27
Also in:
netdev
On 7/27/21 10:25 PM, Rob Herring wrote:
On Tue, Jul 27, 2021 at 12:35 PM Gerhard Engleder [off-list ref] wrote:quoted
On Tue, Jul 27, 2021 at 1:35 AM Rob Herring [off-list ref] wrote:quoted
quoted
+properties: + compatible: + oneOf:Don't need oneOf when there is only one entry.I will fix that.quoted
quoted
+ - enum: + - engleder,tsneptsnep is pretty generic. Only 1 version ever? Or differences are/will be discoverable by other means.Differences shall be detected by flags in the registers; e.g., a flag for gate control support. Anyway a version may make sense. Can you point to a good reference binding with versions? I did not find a network controller binding with versions.Some of the SiFive IP blocks have versions. Version numbers are the exception though. Ideally they would correspond to some version of your FPGA image. I just don't want to see 'v1' because that sounds made up. The above string can mean 'v1' or whatever version you want. I'm fine if you just add some description here about feature flag registers.
Don't Xilinx design tool (vivado) force you to use IP version? Normally all Xilinx IPs have certain version because that's the only way how to manage it. Thanks, Michal