diff options
Diffstat (limited to 'drivers/gpu/drm/omapdrm/dss/dpi.c')
| -rw-r--r-- | drivers/gpu/drm/omapdrm/dss/dpi.c | 4 | 
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)  }  static const struct soc_device_attribute dpi_soc_devices[] = { -	{ .family = "OMAP3[456]*" }, -	{ .family = "[AD]M37*" }, +	{ .machine = "OMAP3[456]*" }, +	{ .machine = "[AD]M37*" },  	{ /* sentinel */ }  }; |