Skip to content
Snippets Groups Projects
Commit a1bfd5b6 authored by Jason Liu's avatar Jason Liu
Browse files

Revert "drm/imx: imx-ldb: disable LDB on driver bind"

This reverts commit a43eac2d.
This patch break the i.MX8, revert it firstly.
parent edb9cda9
No related branches found
No related tags found
No related merge requests found
...@@ -612,9 +612,6 @@ static int imx_ldb_bind(struct device *dev, struct device *master, void *data) ...@@ -612,9 +612,6 @@ static int imx_ldb_bind(struct device *dev, struct device *master, void *data)
return PTR_ERR(imx_ldb->regmap); return PTR_ERR(imx_ldb->regmap);
} }
/* disable LDB by resetting the control register to POR default */
regmap_write(imx_ldb->regmap, IOMUXC_GPR2, 0);
imx_ldb->dev = dev; imx_ldb->dev = dev;
if (of_id) if (of_id)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment