Re: [PATCH 1/3] dt-bindings: net: dp83826: add ti,cfg-dac-minus binding

From: Andrew Lunn
Date: Thu Jan 11 2024 - 11:48:08 EST


> These are not raw register values and these are not voltage values but
> voltage ratios. I'm mapping the voltage ratios to enum values [0-16]
> which are converted to register raw values by the driver. I don't see a
> better way to do this.

I assume 802.3 states what the actual voltage should be? So you can
calculate what 50% of that is?

Andrew