Re: [PATCH v4 5/9] drm/bridge: display-connector: Add platform module alias

2024-04-22 Thread Dmitry Baryshkov
On Tue, Apr 23, 2024 at 03:18:59AM +0800, Sui Jingfeng wrote: > Otherwise when compiled as module, this driver will not be probed on > non-DT environment. This is a fundamential step to make this driver > truely OF-independent. > > Signed-off-by: Sui Jingfeng > --- > drivers/gpu/drm/bridge/displ

[PATCH v4 5/9] drm/bridge: display-connector: Add platform module alias

2024-04-22 Thread Sui Jingfeng
Otherwise when compiled as module, this driver will not be probed on non-DT environment. This is a fundamential step to make this driver truely OF-independent. Signed-off-by: Sui Jingfeng --- drivers/gpu/drm/bridge/display-connector.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/g