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

2022-05-19 Thread Marek Vasut
On 5/19/22 09:57, Lucas Stach wrote: Am Donnerstag, dem 19.05.2022 um 01:36 +0200 schrieb 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

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

2022-05-19 Thread Lucas Stach
Am Donnerstag, dem 19.05.2022 um 01:36 +0200 schrieb 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

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

2022-05-18 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. Fixes: 7caff0fc4296e ("drm/bridge: tc358767: Add DPI t