Merge branch 'dt-bindings-dp83867-add-binding-for-io_impedance_ctrl-nvmem-cell'
authorJakub Kicinski <kuba@kernel.org>
Fri, 17 Jun 2022 03:29:07 +0000 (20:29 -0700)
committerJakub Kicinski <kuba@kernel.org>
Fri, 17 Jun 2022 03:29:08 +0000 (20:29 -0700)
commit6c0d09d9374c025f503d33bcef5f656e3f1dd349
treea3191c55afbe8ec7ad8714ce8179dd44992c762e
parent9cbc9911260f24cd3ce2bfb3bcdf4792366a5745
parent5c2d0a6a0701ba86a4bb0bf1876266c751e328bd
Merge branch 'dt-bindings-dp83867-add-binding-for-io_impedance_ctrl-nvmem-cell'

Rasmus Villemoes says:

====================
dt-bindings: dp83867: add binding for io_impedance_ctrl nvmem cell

We have a board where measurements indicate that the current three
options - leaving IO_IMPEDANCE_CTRL at the reset value (which is
factory calibrated to a value corresponding to approximately 50 ohms)
or using one of the two boolean properties to set it to the min/max
value - are too coarse.

This series adds a device tree binding for an nvmem cell which can be
populated during production with a suitable value calibrated for each
board, and corresponding support in the driver. The second patch adds
a trivial phy wrapper for dev_err_probe(), used in the third.
====================

Link: https://lore.kernel.org/r/20220614084612.325229-1-linux@rasmusvillemoes.dk
Signed-off-by: Jakub Kicinski <kuba@kernel.org>