MLK-18357-1: drm/imx: Add no_clk_reset property
authorRobert Chiras <robert.chiras@nxp.com>
Mon, 21 May 2018 12:02:07 +0000 (15:02 +0300)
committerLeonard Crestez <leonard.crestez@nxp.com>
Wed, 17 Apr 2019 23:51:34 +0000 (02:51 +0300)
commit61a2af987afa0c5d975760c79642dd6f6e493e80
treea59b39ee011644d9b1c0a0724dc50e4d2d7827cd
parent41257a281a22d1daa919efe3909af5edbb4a975e
MLK-18357-1: drm/imx: Add no_clk_reset property

Remove the NO_CLK_RESET define and add a property for this.
On some platforms, like the i.MX8M, the Display Controller is not
completely powered off during suspend, just stopped. Since there are
problems if we stop the clocks in DSI sub-system, while the Display
Controller is still powered on, the display clocks will get out of sync.
Adding this new property to specify, on such platforms, not to reset the
clocks.

Signed-off-by: Robert Chiras <robert.chiras@nxp.com>
drivers/gpu/drm/imx/nwl_dsi-imx.c