Re: [PATCH v3 1/2] dt-bindings: net: motorcomm: Add pad driver strength cfg

From: Andrew Lunn
Date: Wed Jun 21 2023 - 10:14:20 EST


> When we need to deal with current values at different voltages,
> using register values in drives may be simpler, comparing the
> current value.

Register values in DT are only allowed in the worst case if its all
undocumented vendor magic. You have the needed documentation, and its
easy code to write, lookup a value in a table.

Andrew