Hi,
On 29/05/2026 22:21, Andreas Kemnade wrote:
On Wed, 13 May 2026 16:10:19 +0300
Tomi Valkeinen <[email protected]> wrote:
The only thing tc358762_enable() does is call tc358762_init(). Inline
the tc358762_init() into tc358762_enable(), for simplicity and to make
it easier to improve the tc358762_enable() in the following commits. No
functional change.
hmm, isn't video already on in _enable? I guess before using high speed mode,
don't we need to have configured the dsi interface relevant registers (lanes,
etc.).
Sorry, I don't understand what you mean here. This patch just moves the
tc358762_init() into tc358762_enable() function.
Tomi