提交 3b134ced 编写于 作者: L Luis de Bethencourt 提交者: Mark Yao

drm/rockchip: Fix module autoload for OF platform driver

This platform driver has a OF device ID table but the OF module
alias information is not created so module autoloading won't work.
Signed-off-by: NLuis de Bethencourt <luisbg@osg.samsung.com>
上级 72906ce0
...@@ -374,6 +374,7 @@ static const struct of_device_id vop_driver_dt_match[] = { ...@@ -374,6 +374,7 @@ static const struct of_device_id vop_driver_dt_match[] = {
.data = &rk3288_vop }, .data = &rk3288_vop },
{}, {},
}; };
MODULE_DEVICE_TABLE(of, vop_driver_dt_match);
static inline void vop_writel(struct vop *vop, uint32_t offset, uint32_t v) static inline void vop_writel(struct vop *vop, uint32_t offset, uint32_t v)
{ {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册