commit | 4b30950252265140139ce441fd7d8743d1d6052e | [log] [tgz] |
---|---|---|
author | Jonathan Liu <net147@gmail.com> | Tue Aug 30 16:55:00 2016 +1000 |
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | Tue Aug 30 14:52:21 2016 +0200 |
tree | 75beed94e2695a060f1c68b937d420b79dfe186b | |
parent | af346f5570f208dcfb319f1214fcf8ca310c6fdd [diff] |
drm/sun4i: rgb: add missing calls to drm_panel_{prepare,unprepare} If the enable-gpios property of a simple panel in device tree is set, the GPIO is not toggled on/off because of missing calls to drm_panel_prepare and drm_panel_unprepare. Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>