commit | 787099f8671c5cec6cadbb3da3713d97df5c7fd6 | [log] [tgz] |
---|---|---|
author | Guido Günther <agx@sigxcpu.org> | Tue Oct 13 12:32:47 2020 +0200 |
committer | Sam Ravnborg <sam@ravnborg.org> | Fri Oct 16 16:24:29 2020 +0200 |
tree | 6102a596865c43c9b588ce35437eafa78bcfaa1c | |
parent | f41b019aa5e05f8172db2e9396b5c2d2602305e2 [diff] |
drm/panel: mantix: Fix panel reset The mantix panel needs two reset lines (RESX and TP_RSTN) deasserted to output an image. Only deasserting RESX is not enough and the display will stay blank. Deassert in prepare() and assert in unprepare() to keep device held in reset when off. Signed-off-by: Guido Günther <agx@sigxcpu.org> Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Link: https://patchwork.freedesktop.org/patch/msgid/ba71a8ab010d263a8058dd4f711e3bcd95877bf2.1602584953.git.agx@sigxcpu.org