drm/fsl-dcu: increment version and date
The driver supports now a second platform and received several fixes, hence a version increment is justified. Signed-off-by: Stefan Agner <stefan@agner.ch>
This commit is contained in:
parent
9a15da1735
commit
0449eefe2d
|
@ -216,9 +216,9 @@ static struct drm_driver fsl_dcu_drm_driver = {
|
|||
.fops = &fsl_dcu_drm_fops,
|
||||
.name = "fsl-dcu-drm",
|
||||
.desc = "Freescale DCU DRM",
|
||||
.date = "20150213",
|
||||
.date = "20160425",
|
||||
.major = 1,
|
||||
.minor = 0,
|
||||
.minor = 1,
|
||||
};
|
||||
|
||||
#ifdef CONFIG_PM_SLEEP
|
||||
|
|
Loading…
Reference in New Issue