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:
Stefan Agner 2016-04-25 20:47:57 -07:00
parent 9a15da1735
commit 0449eefe2d
1 changed files with 2 additions and 2 deletions

View File

@ -216,9 +216,9 @@ static struct drm_driver fsl_dcu_drm_driver = {
.fops = &fsl_dcu_drm_fops, .fops = &fsl_dcu_drm_fops,
.name = "fsl-dcu-drm", .name = "fsl-dcu-drm",
.desc = "Freescale DCU DRM", .desc = "Freescale DCU DRM",
.date = "20150213", .date = "20160425",
.major = 1, .major = 1,
.minor = 0, .minor = 1,
}; };
#ifdef CONFIG_PM_SLEEP #ifdef CONFIG_PM_SLEEP