Re: [PATCH] drm/bridge: tc358767: Fix comment in tc_edp_mode_valid

2024-06-10 Thread Robert Foss
On Fri, 31 May 2024 22:32:01 +0200, Marek Vasut wrote: > Fix comment copy-paste error in tc_edp_mode_valid(), this function > is validating DP/eDP clock, not DPI clock frequency. Update the > comment to match. No functional change. > > Applied, thanks! [1/1] drm/bridge: tc358767: Fix comment in

[PATCH] drm/bridge: tc358767: Fix comment in tc_edp_mode_valid

2024-05-31 Thread Marek Vasut
Fix comment copy-paste error in tc_edp_mode_valid(), this function is validating DP/eDP clock, not DPI clock frequency. Update the comment to match. No functional change. Signed-off-by: Marek Vasut --- Cc: Andrzej Hajda Cc: Daniel Vetter Cc: David Airlie Cc: Jernej Skrabec Cc: Jonas Karlman