From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Mon, 22 Feb 2021 19:45:58 +0100 Subject: [PATCH 1/2] drivers: video: Add Support for Himax HX8238D Panel In-Reply-To: <20210106153136.2730-2-Gireesh.Hiremath@in.bosch.com> References: <20210106153136.2730-1-Gireesh.Hiremath@in.bosch.com> <20210106153136.2730-2-Gireesh.Hiremath@in.bosch.com> Message-ID: <20210222194558.2d664663@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 Wed, 6 Jan 2021 15:31:35 +0000 Gireesh.Hiremath at in.bosch.com Gireesh.Hiremath at in.bosch.com wrote: ... > * Tested on Bosch Guardian Board > > Cc: Sjoerd Simons > Signed-off-by: Moses Christopher > --- > drivers/video/Kconfig | 10 ++ > drivers/video/Makefile | 1 + > drivers/video/hx8238d.c | 197 ++++++++++++++++++++++++++++++++++++++++ > 3 files changed, 208 insertions(+) > create mode 100644 drivers/video/hx8238d.c Applied to u-boot-video/master, thanks! -- Anatolij