aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm/dss/dpi.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/omapdrm/dss/dpi.c')
-rw-r--r--drivers/gpu/drm/omapdrm/dss/dpi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/omapdrm/dss/dpi.c b/drivers/gpu/drm/omapdrm/dss/dpi.c
index daf286fc8a40..ca1e3b489540 100644
--- a/drivers/gpu/drm/omapdrm/dss/dpi.c
+++ b/drivers/gpu/drm/omapdrm/dss/dpi.c
@@ -566,8 +566,8 @@ static int dpi_verify_pll(struct dss_pll *pll)
566} 566}
567 567
568static const struct soc_device_attribute dpi_soc_devices[] = { 568static const struct soc_device_attribute dpi_soc_devices[] = {
569 { .family = "OMAP3[456]*" }, 569 { .machine = "OMAP3[456]*" },
570 { .family = "[AD]M37*" }, 570 { .machine = "[AD]M37*" },
571 { /* sentinel */ } 571 { /* sentinel */ }
572}; 572};
573 573