Re: [PATCH v3] drm/bridge: tc358767: Make sure Refclk clock are enabled

2022-05-20 Thread Maxime Ripard
On Thu, May 19, 2022 at 02:29:12PM +0200, Marek Vasut wrote: > The Refclk may be supplied by SoC clock output instead of crystal > oscillator, make sure the clock are enabled before any other action > is performed with the bridge chip, otherwise it may either fail to > operate at all, or miss

[PATCH v3] drm/bridge: tc358767: Make sure Refclk clock are enabled

2022-05-19 Thread Marek Vasut
The Refclk may be supplied by SoC clock output instead of crystal oscillator, make sure the clock are enabled before any other action is performed with the bridge chip, otherwise it may either fail to operate at all, or miss reset GPIO toggle. Reviewed-by: Lucas Stach Fixes: 7caff0fc4296e