Skip to content

Commit 86f5f19

Browse files
Liao Chengregkh
authored andcommitted
drm/bridge: it6505: Enable module autoloading
[ Upstream commit 1e2ab24 ] Add MODULE_DEVICE_TABLE(), so modules could be properly autoloaded based on the alias from of_device_id table. Signed-off-by: Liao Chen <[email protected]> Reviewed-by: Neil Armstrong <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected] Signed-off-by: Dmitry Baryshkov <[email protected]> Signed-off-by: Sasha Levin <[email protected]>
1 parent 187d5ff commit 86f5f19

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpu/drm/bridge/ite-it6505.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3507,6 +3507,7 @@ static const struct of_device_id it6505_of_match[] = {
35073507
{ .compatible = "ite,it6505" },
35083508
{ }
35093509
};
3510+
MODULE_DEVICE_TABLE(of, it6505_of_match);
35103511

35113512
static struct i2c_driver it6505_i2c_driver = {
35123513
.driver = {

0 commit comments

Comments
 (0)