From: Dennis Menschel Date: Wed, 21 Oct 2015 21:16:53 +0000 (+0200) Subject: staging: fbtft: use MIPI DCS for ST7789V and C-Berry28 X-Git-Tag: v4.4-rc1~125^2~248 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=598af18afc6dd5753622b8e4c9a6cd185f4223a4;p=linux-2.6-block.git staging: fbtft: use MIPI DCS for ST7789V and C-Berry28 This patch makes use of the standard MIPI Display Command Set to remove redundant entries from the command enum of the ST7789V display controller and also some of the magic constants found in the init sequence of the C-Berry28 display. Signed-off-by: Dennis Menschel Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/fbtft/fb_st7789v.c b/drivers/staging/fbtft/fb_st7789v.c index dc7d304fccc6..22a7b5b2219f 100644 --- a/drivers/staging/fbtft/fb_st7789v.c +++ b/drivers/staging/fbtft/fb_st7789v.c @@ -18,6 +18,7 @@ #include #include #include +#include