On 20/12/2022 10:21, Konrad Dybcio wrote:
The point of this patchset is to remove logic like this, as it's
very repetetive and all it does is read fuses with a ton of magic
offsets. Dmitry pushes that to DT with the generic nvmem API, so
that instead of these magic &s and <<s, one is simply supposed to
define QFPROM fuses at the correct offset and with a matching bits=<>
property. This does not remove any functionality, it just changes
how the fuses are accessed and makes the code more generic.
Konrad
Hmm but then there's extra work to get this working again on 8939 right?
Seems very dogmatic to drop working code for want of sending a dtsi out.
Certainly my preference is to keep exiting working code and just
complete landing the relevant dtsi, rather than eject working code and
have to do the same work all over again.
---
bod