Revert "drm/panel-simple: Support for delays between GPIO & regulator"
authorDouglas Anderson <dianders@chromium.org>
Fri, 30 Jul 2021 15:46:04 +0000 (08:46 -0700)
committerSam Ravnborg <sam@ravnborg.org>
Sat, 31 Jul 2021 18:10:50 +0000 (20:10 +0200)
commit81c3212dd5fbd5274e673c4fb3bf60879d020b35
tree0e47dfdbeb38a14bfd76012f5484d89a630f0a45
parent7c4125b093d5e20d1c074fa160c8f07d9a72c435
Revert "drm/panel-simple: Support for delays between GPIO & regulator"

This reverts commit 18a1488bf1e13fc3fc96d7948466b2166067c6c8.

Those delays were added to support the Samsung ATNA33XC20
panel. However, we've moving that to its own panel driver and out of
panel-simple. That means we don't need the ability to specify this
delay.

NOTE: it's unlikely we want to keep this delay "just in case" some
other panel needs it. The enable-gpio and the power supply are really
supposed to be different ways to specify the same thing: the main
enable of the panel. Supporting a delay between them doesn't really
make sense.

Signed-off-by: Douglas Anderson <dianders@chromium.org>
Reviewed-by: Sean Paul <seanpaul@chromium.org>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20210730084534.v2.5.Ie44e3e5b7a926392541d575ca84c56931596513f@changeid
drivers/gpu/drm/panel/panel-simple.c