summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmit Pundir <amit.pundir@linaro.org>2019-04-15 15:56:01 +0530
committerJohn Stultz <john.stultz@linaro.org>2019-08-30 00:45:33 +0000
commit2d0579134f041c62b2e51ff8e259974928937b47 (patch)
tree495034123b44671159d29a5ced38427cc1e0a6b8
parent64dff07ee8dfe63a2c8ad4b3d1267d322f037964 (diff)
HACK: db845c: drm/bridge: lt9611: comment out lt9611_sleep_setup()
According to bamse: The connect/disconnect dance in dmesg doesn't look promising, but if for some reason your DRM HAL switches mode the failure would be "expected". So comment out the call to lt9611_sleep_setup() and it will at least ensure you won't get the "lt9611 10-003b: power on failed" error in dmesg. Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
-rw-r--r--drivers/gpu/drm/bridge/lt9611.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/bridge/lt9611.c b/drivers/gpu/drm/bridge/lt9611.c
index 748ff21fcd17..e48645f3049c 100644
--- a/drivers/gpu/drm/bridge/lt9611.c
+++ b/drivers/gpu/drm/bridge/lt9611.c
@@ -931,7 +931,7 @@ static void lt9611_bridge_post_disable(struct drm_bridge *bridge)
dev_dbg(lt9611->dev, "bridge post_disable\n");
- lt9611_sleep_setup(lt9611);
+ //lt9611_sleep_setup(lt9611);
}
static void lt9611_bridge_mode_set(struct drm_bridge *bridge,