Re: [PATCH v1] phy: qcom-qusb2: Fix HSTX_TRIM tuning with fused value for SDM845

From: Doug Anderson
Date: Fri Oct 12 2018 - 13:17:34 EST


Hi,

On Thu, Oct 11, 2018 at 10:57 PM <mgautam@xxxxxxxxxxxxxx> wrote:
> Fused value is supposed to always override. If value is not fused for
> some
> parts (which I believe is case with some early samples), then driver
> will
> read it is '0' from nvmem and should use hstx-trim value passed from DT.

OK cool. Just wanted to make sure. ...so the fusing must be written
after the SoC is placed on a board. I wonder if it makes sense to
document this in a comment so I don't ask about it again. ;-)

In any case, once you've got the patch split in 2 (and added the
"Fixes" tag to each patch) feel free to add my Reviewed-by tag to each
patch.

-Doug