On Thu, Jan 26, 2017 at 10:54:56AM +0100, Thierry Reding wrote:
On Tue, Sep 06, 2016 at 04:46:17PM +0200, Maxime Ripard wrote:
The E231732 is a 7" panel with a resolution of 800x480.
Signed-off-by: Maxime Ripard maxime.ripard@free-electrons.com
drivers/gpu/drm/panel/panel-simple.c | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+)
This is missing a device tree binding, but since this is a simple one I added it. The commit message also says the resolution is 800x480, which conflicts with what's in the display mode definition, so I've also fixed that up while at it.
Sorry for that :/
Thanks a lot, Maxime