aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmit Pundir <amit.pundir@linaro.org>2019-04-15 15:56:01 +0530
committerVinod Koul <vkoul@kernel.org>2020-04-13 12:30:43 +0530
commitdd3e4d4b9b69e5efb2745d0f02dfda849bef8762 (patch)
treee24f81c66e4c815975381b48f5cf1adc4e663eda
parentda5cf02ca302c25ff06686c7ebf0563f1b62bd82 (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,