drm/vc4: Don't disable DSI clocks on component unload. 02/148502/2
authorEric Anholt <eric@anholt.net>
Wed, 2 Aug 2017 18:46:51 +0000 (11:46 -0700)
committerInki Dae <inki.dae@samsung.com>
Fri, 8 Sep 2017 05:02:19 +0000 (14:02 +0900)
commitb6122febaec08bee07103e67daa37d0725693fcc
treedc6d1ccb1e30a953037220fdf1e1cc1fe9b0079c
parent680658971ac9054d50f22121f984a18cc82c5a7a
drm/vc4: Don't disable DSI clocks on component unload.

The clocks are enabled/disabled at encoder enable/disable time, not at
component load.  Fixes a WARN_ON at boot if V3D fails to probe.

Fixes: 4078f5757144 ("drm/vc4: Add DSI driver")
Signed-off-by: Eric Anholt <eric@anholt.net>
[inki.dae: apply from rpi3-4.9.y]
Signed-off-by: Inki Dae <inki.dae@samsung.com>
Change-Id: Ifdecf388b2fc838557d3a24265ff9e45c019f7d1
drivers/gpu/drm/vc4/vc4_dsi.c