drm/bridge: ti-sn65dsi86: Allow GPIO operations to sleep
authorAlexander Stein <alexander.stein@ew.tq-group.com>
Wed, 5 Apr 2023 13:51:27 +0000 (15:51 +0200)
committerDouglas Anderson <dianders@chromium.org>
Wed, 5 Apr 2023 15:33:19 +0000 (08:33 -0700)
commit77d08a2de6a43521f5a02848f11185b6f46af21c
tree49b9dd6f82b1b59bfdb87eed6672c7d759040825
parenta80c882183e36b483734681c830a332add912186
drm/bridge: ti-sn65dsi86: Allow GPIO operations to sleep

There is no need to require non-sleeping GPIO access. Silence the
WARN_ON() if GPIO is using e.g. I2C expanders.

Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Reviewed-by: Douglas Anderson <dianders@chromium.org>
Signed-off-by: Douglas Anderson <dianders@chromium.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20230405135127.769665-1-alexander.stein@ew.tq-group.com
drivers/gpu/drm/bridge/ti-sn65dsi86.c