From: Gireesh Hiremath <gireesh.hirem...@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