Re: [PATCH v4 3/9] drm/bridge: simple-bridge: Add platform module alias

2024-04-22 Thread Dmitry Baryshkov
On Tue, Apr 23, 2024 at 03:18:57AM +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/simpl

[PATCH v4 3/9] drm/bridge: simple-bridge: 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/simple-bridge.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/d