From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Fri, 27 Oct 2017 12:02:16 +0200 Subject: [U-Boot] [PATCH v4 5/5] sunxi: video: add LCD support to DE2 driver In-Reply-To: <20171027045152.15126-2-anarsoul@gmail.com> References: <20171027045152.15126-1-anarsoul@gmail.com> <20171027045152.15126-2-anarsoul@gmail.com> Message-ID: <20171027120216.3aeb1394@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Thu, 26 Oct 2017 21:51:52 -0700 Vasily Khoruzhick anarsoul at gmail.com wrote: > Extend DE2 driver with LCD support. Tested on Pinebook which is based > on A64 and has ANX6345 eDP bridge with eDP panel connected to it. > > Signed-off-by: Vasily Khoruzhick > --- > v4: - adapted to v4 changes in patch 4/5 > v3: - rebased and fixed checkpatch errors/warnings > > v2: - drop redundant clock_set_pll10() call > - fallback to timings from DT if reading EDID from bridge failed > - read panel_bpp from DT > arch/arm/mach-sunxi/Kconfig | 2 +- > drivers/video/sunxi/Makefile | 2 +- > drivers/video/sunxi/sunxi_de2.c | 17 +++++ > drivers/video/sunxi/sunxi_lcd.c | 152 ++++++++++++++++++++++++++++++++++++++++ > 4 files changed, 171 insertions(+), 2 deletions(-) > create mode 100644 drivers/video/sunxi/sunxi_lcd.c Applied to u-boot-video/master, thanks! -- Anatolij