public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 0/2] Add Support for Himax HX8238D Display Panel
@ 2021-01-06 15:31 Gireesh.Hiremath at in.bosch.com
  2021-01-06 15:31 ` [PATCH 1/2] drivers: video: Add Support for Himax HX8238D Panel Gireesh.Hiremath at in.bosch.com
  2021-01-06 15:31 ` [PATCH 2/2] am335x, guardian: Enable panel driver Himax HX8238D Gireesh.Hiremath at in.bosch.com
  0 siblings, 2 replies; 5+ messages in thread
From: Gireesh.Hiremath at in.bosch.com @ 2021-01-06 15:31 UTC (permalink / raw)
  To: u-boot

From: Gireesh Hiremath <Gireesh.Hiremath@in.bosch.com>

Add diaplsy panel driver for Himax HX8238D with
* SPI based initialization for HX8238D
* Resolution: 320x240
* Color-Mode: RGB

Enable the HX8238D driver for am335x, guardian board
with related clocks, pinmux, config, interface and port

Gireesh Hiremath (1):
  am335x, guardian: Enable panel driver Himax HX8238D

Moses Christopher (1):
  drivers: video: Add Support for Himax HX8238D Panel

 arch/arm/dts/am335x-guardian-u-boot.dtsi |  15 ++
 arch/arm/dts/am335x-guardian.dts         |   8 +-
 arch/arm/mach-omap2/am33xx/Kconfig       |   2 +
 board/bosch/guardian/board.c             |  22 +++
 board/bosch/guardian/mux.c               |   3 +-
 configs/am335x_guardian_defconfig        |   7 +-
 drivers/video/Kconfig                    |  10 ++
 drivers/video/Makefile                   |   2 +
 drivers/video/hx8238d.c                  | 197 +++++++++++++++++++++++
 9 files changed, 262 insertions(+), 4 deletions(-)
 create mode 100644 drivers/video/hx8238d.c

-- 
2.20.1

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-02-22 18:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-06 15:31 [PATCH 0/2] Add Support for Himax HX8238D Display Panel Gireesh.Hiremath at in.bosch.com
2021-01-06 15:31 ` [PATCH 1/2] drivers: video: Add Support for Himax HX8238D Panel Gireesh.Hiremath at in.bosch.com
2021-02-22 18:45   ` Anatolij Gustschin
2021-01-06 15:31 ` [PATCH 2/2] am335x, guardian: Enable panel driver Himax HX8238D Gireesh.Hiremath at in.bosch.com
2021-01-17 10:49   ` Lokesh Vutla

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox