public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 0/2] rockchip: Add DSI support for RK3568
@ 2023-03-24 18:53 Chris Morgan
  2023-03-24 18:53 ` [PATCH 1/2] drivers: phy: add Innosilicon DSI-DPHY driver Chris Morgan
  2023-03-24 18:53 ` [PATCH 2/2] rockchip: video: Add support for RK3568 DSI Host Chris Morgan
  0 siblings, 2 replies; 5+ messages in thread
From: Chris Morgan @ 2023-03-24 18:53 UTC (permalink / raw)
  To: u-boot
  Cc: yifeng.zhao, jagan, agust, kever.yang, philipp.tomsich, sjg,
	Chris Morgan

From: Chris Morgan <macromorgan@hotmail.com>

This patch series is to add DSI support for the RK3568 SoC. DSI and
DSI-DPHY support is needed in my use case so that I may read the
panel ID via DSI commands prior to loading Linux in order to
differentiate between different panels and correct the device tree.

The drivers are heavily based on upstream Linux drivers, and should
allow support for display to a DSI panel if an appropriate video output
device and panel driver is also written.

Tested drivers on Anbernic RG353 series devices to read panel ID
in U-Boot.

Chris Morgan (2):
  drivers: phy: add Innosilicon DSI-DPHY driver
  rockchip: video: Add support for RK3568 DSI Host

 drivers/phy/rockchip/Kconfig                  |   8 +
 drivers/phy/rockchip/Makefile                 |   1 +
 .../phy/rockchip/phy-rockchip-inno-dsidphy.c  | 680 +++++++++++++
 drivers/video/dw_mipi_dsi.c                   |   9 +
 drivers/video/rockchip/Kconfig                |   8 +
 drivers/video/rockchip/Makefile               |   1 +
 drivers/video/rockchip/dw_mipi_dsi_rockchip.c | 898 ++++++++++++++++++
 7 files changed, 1605 insertions(+)
 create mode 100644 drivers/phy/rockchip/phy-rockchip-inno-dsidphy.c
 create mode 100644 drivers/video/rockchip/dw_mipi_dsi_rockchip.c

-- 
2.34.1


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

end of thread, other threads:[~2023-04-14  8:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-24 18:53 [PATCH 0/2] rockchip: Add DSI support for RK3568 Chris Morgan
2023-03-24 18:53 ` [PATCH 1/2] drivers: phy: add Innosilicon DSI-DPHY driver Chris Morgan
2023-04-14  8:52   ` Kever Yang
2023-03-24 18:53 ` [PATCH 2/2] rockchip: video: Add support for RK3568 DSI Host Chris Morgan
2023-04-14  8:53   ` Kever Yang

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