Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3b134ced authored by Luis de Bethencourt's avatar Luis de Bethencourt Committed by Mark Yao
Browse files

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: default avatarLuis de Bethencourt <luisbg@osg.samsung.com>
parent 72906ce0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -374,6 +374,7 @@ static const struct of_device_id vop_driver_dt_match[] = {
	  .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)
{