|
@@ -471,6 +471,7 @@ static int sun4i_tcon_bind(struct device *dev, struct device *master,
|
|
dev_set_drvdata(dev, tcon);
|
|
dev_set_drvdata(dev, tcon);
|
|
tcon->drm = drm;
|
|
tcon->drm = drm;
|
|
tcon->dev = dev;
|
|
tcon->dev = dev;
|
|
|
|
+ tcon->id = backend->id;
|
|
tcon->quirks = of_device_get_match_data(dev);
|
|
tcon->quirks = of_device_get_match_data(dev);
|
|
|
|
|
|
tcon->lcd_rst = devm_reset_control_get(dev, "lcd");
|
|
tcon->lcd_rst = devm_reset_control_get(dev, "lcd");
|