Skip to content
Snippets Groups Projects
Commit 4c67ed34 authored by Jason Liu's avatar Jason Liu Committed by Leonard Crestez
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.

(cherry picked from commit a1bfd5b6)
parent 06a7b89c
No related merge requests found
......@@ -611,9 +611,6 @@ static int imx_ldb_bind(struct device *dev, struct device *master, void *data)
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;
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