]> git.dujemihanovic.xyz Git - u-boot.git/commit
video: bridge: add Toshiba TC358768 RGB to DSI bridge support
authorSvyatoslav Ryhel <clamor95@gmail.com>
Wed, 31 Jan 2024 06:57:17 +0000 (08:57 +0200)
committerAnatolij Gustschin <agust@denx.de>
Sun, 21 Apr 2024 07:07:02 +0000 (09:07 +0200)
commitda16cdeb4ed3148744ae31c955bf5fba307e31eb
treedfddd3b98255a0a8e1d1dc401d06b82df6e02208
parentd6a6dd90790b886316e7596db6c0d99248ded0e2
video: bridge: add Toshiba TC358768 RGB to DSI bridge support

Add initial support for the Toshiba TC358768 RGB to DSI bridge.

The driver is based on the mainline Linux Toshiba TC358768
bridge driver and implements the same set of features.

Tested-by: Andreas Westman Dorcsak <hedmoo@yahoo.com> # ASUS TF700T
Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
drivers/video/bridge/Kconfig
drivers/video/bridge/Makefile
drivers/video/bridge/tc358768.c [new file with mode: 0644]