drm/bridge: it6505: Enable module autoloading
BugLink: https://bugs.launchpad.net/bugs/2102118 [ Upstream commit 1e2ab24cd708b1c864ff983ee1504c0a409d2f8e ] Add MODULE_DEVICE_TABLE(), so modules could be properly autoloaded based on the alias from of_device_id table. Signed-off-by: Liao Chen <liaochen4@huawei.com> Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org> Link: https://patchwork.freedesktop.org/patch/msgid/20240902113320.903147-2-liaochen4@huawei.com Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Signed-off-by: Sasha Levin <sashal@kernel.org> Signed-off-by: Koichiro Den <koichiro.den@canonical.com> Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
This commit is contained in:
@@ -3503,6 +3503,7 @@ static const struct of_device_id it6505_of_match[] = {
|
||||
{ .compatible = "ite,it6505" },
|
||||
{ }
|
||||
};
|
||||
MODULE_DEVICE_TABLE(of, it6505_of_match);
|
||||
|
||||
static struct i2c_driver it6505_i2c_driver = {
|
||||
.driver = {
|
||||
|
||||
Reference in New Issue
Block a user