On 19.05.2022 01:36, Marek Vasut wrote:
The DSI-to-e(DP) mode is now supported, update the driver comment to reflect this. No functional change.Fixes: 3080c21a043ab ("drm/bridge: tc358767: Add DSI-to-(e)DP mode support") Signed-off-by: Marek Vasut <[email protected]> Cc: Jonas Karlman <[email protected]> Cc: Laurent Pinchart <[email protected]> Cc: Lucas Stach <[email protected]> Cc: Marek Vasut <[email protected]> Cc: Maxime Ripard <[email protected]> Cc: Neil Armstrong <[email protected]> Cc: Robert Foss <[email protected]> Cc: Sam Ravnborg <[email protected]> --- drivers/gpu/drm/bridge/tc358767.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/bridge/tc358767.c b/drivers/gpu/drm/bridge/tc358767.c index 84e6b5aa8dd1f..a8bb6de9e600a 100644 --- a/drivers/gpu/drm/bridge/tc358767.c +++ b/drivers/gpu/drm/bridge/tc358767.c @@ -6,7 +6,7 @@ * The following modes are supported: * DPI->(e)DP -- supported * DSI->DPI .... supported - * DSI->(e)DP .. NOT supported + * DSI->(e)DP .. supported
Since everything is supported(?) this message becomes useless, or can be shortened. With or w/o:
Reviewed-by: Andrzej Hajda <[email protected]> Regards Andrzej
* * Copyright (C) 2016 CogentEmbedded Inc * Author: Andrey Gusakov <[email protected]>
