]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drm/bridge: tc358767: fix probe without attached output node
authorLucas Stach <l.stach@pengutronix.de>
Mon, 10 Jul 2017 12:41:25 +0000 (14:41 +0200)
committerArchit Taneja <architt@codeaurora.org>
Fri, 28 Jul 2017 03:58:28 +0000 (09:28 +0530)
commitd630213f2a47933e1037909273a20023ba3e598d
tree3b000517de2b8c8de03cef80c5c310d2b6d25664
parentfea20995976f4b2e8968f852a18e280487d42f0d
drm/bridge: tc358767: fix probe without attached output node

The output node of the TC358767 is only used if another bridge is chained
behind it. Panels attached to the TC358767 can be detected using the usual
DP AUX probing. This restores the old behavior of ignoring the output if
no endpoint is found.

Fixes: ebc944613567 (drm: convert drivers to use drm_of_find_panel_or_bridge)
CC: stable@vger.kernel.org
Acked-by: Andrey Gusakov <andrey.gusakov@cogentembedded.com>
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Archit Taneja <architt@codeaurora.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20170710124125.9019-1-l.stach@pengutronix.de
drivers/gpu/drm/bridge/tc358767.c