public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 00/10] Rockchip VOP2 support
@ 2025-01-16  9:15 Dang Huynh
  2025-01-16  9:15 ` [PATCH 01/10] video: rockchip: dw-mipi-dsi: Depend on CONFIG_VIDEO_BRIDGE Dang Huynh
                   ` (9 more replies)
  0 siblings, 10 replies; 18+ messages in thread
From: Dang Huynh @ 2025-01-16  9:15 UTC (permalink / raw)
  To: Anatolij Gustschin, Simon Glass, Philipp Tomsich, Kever Yang,
	Tom Rini, Nicolas Frattaroli, Jonas Karlman, Ondrej Jirman,
	Dragan Simic
  Cc: u-boot, Dang Huynh

This series adds VOP2 support to U-Boot and enable it for PineTab2.

HDMI should work flawlessly but there's still some timings issue with
DW MIPI DSI, perhaps that's something to look into later.

Signed-off-by: Dang Huynh <danct12@riseup.net>
---
Dang Huynh (8):
      video: rockchip: dw-mipi-dsi: Depend on CONFIG_VIDEO_BRIDGE
      video: Add BOE TH101MB31IG002-28A MIPI-DSI panel
      video: rockchip: Add VOP2 support
      video: rockchip: vop2: Add video bridge support
      dts: rockchip: rk356x: Prerelocate VOP in U-Boot proper
      configs: quartz64: Enable vidconsole
      video: rockchip: Add HDMI support for RK3568
      configs: pinetab2-rk3566: Enable video and USB keyboard

Ondrej Jirman (2):
      video: rockchip: dw_mipi_dsi: Improve pixel clock calculations
      video: rockchip: dw_mipi_dsi: Proceed when external PHY is not defined

 arch/arm/dts/rk356x-u-boot.dtsi                 |   4 +
 arch/arm/include/asm/arch-rockchip/vop_rk3568.h | 249 ++++++++++++
 configs/pinetab2-rk3566_defconfig               |  15 +
 drivers/video/Kconfig                           |  10 +
 drivers/video/Makefile                          |   1 +
 drivers/video/boe-th101mb31ig002-28a.c          | 231 +++++++++++
 drivers/video/rockchip/Kconfig                  |   2 +-
 drivers/video/rockchip/Makefile                 |   4 +-
 drivers/video/rockchip/dw_mipi_dsi_rockchip.c   |  26 +-
 drivers/video/rockchip/rk3568_hdmi.c            |  63 +++
 drivers/video/rockchip/rk3568_vop.c             | 214 ++++++++++
 drivers/video/rockchip/rk_vop2.c                | 519 ++++++++++++++++++++++++
 drivers/video/rockchip/rk_vop2.h                |  58 +++
 include/configs/quartz64_rk3566.h               |   5 +-
 14 files changed, 1383 insertions(+), 18 deletions(-)
---
base-commit: 6d41f0a39d6423c8e57e92ebbe9f8c0333a63f72
change-id: 20250114-vop2-pt2-755fb1991bb6

Best regards,
-- 
Dang Huynh <danct12@riseup.net>


^ permalink raw reply	[flat|nested] 18+ messages in thread
* [PATCH 10/10] configs: pinetab2-rk3566: Enable video and USB keyboard
@ 2025-01-19 13:24 Piotr Zalewski
  0 siblings, 0 replies; 18+ messages in thread
From: Piotr Zalewski @ 2025-01-19 13:24 UTC (permalink / raw)
  To: danct12
  Cc: agust, dsimic, frattaroli.nicolas, jonas, kever.yang, megi,
	philipp.tomsich, sjg, trini, u-boot, Piotr Zalewski

Hi all,

We found with Dragan Simic that in order for usb keyboard to work after 
boot-up without the need to set stdin manually to the value serial,usbkbd
SYS_CONSOLE_ENV_OVERWRITE option must be set to N.

Otherwise everything works. Tested on PineTab2.

Regards, Piotr Zalewski

Tested-by: Piotr Zalewski <pZ010001011111@proton.me>


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

end of thread, other threads:[~2025-01-22 13:24 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-16  9:15 [PATCH 00/10] Rockchip VOP2 support Dang Huynh
2025-01-16  9:15 ` [PATCH 01/10] video: rockchip: dw-mipi-dsi: Depend on CONFIG_VIDEO_BRIDGE Dang Huynh
2025-01-16  9:15 ` [PATCH 02/10] video: rockchip: dw_mipi_dsi: Improve pixel clock calculations Dang Huynh
2025-01-16  9:15 ` [PATCH 03/10] video: rockchip: dw_mipi_dsi: Proceed when external PHY is not defined Dang Huynh
2025-01-16  9:15 ` [PATCH 04/10] video: Add BOE TH101MB31IG002-28A MIPI-DSI panel Dang Huynh
2025-01-16  9:15 ` [PATCH 05/10] video: rockchip: Add VOP2 support Dang Huynh
2025-01-19  9:10   ` Andy Yan
2025-01-19 13:41     ` [PATCH " Dang Huynh
2025-01-22  9:59       ` Chaoyi Chen
2025-01-16  9:15 ` [PATCH 06/10] video: rockchip: vop2: Add video bridge support Dang Huynh
2025-01-16  9:15 ` [PATCH 07/10] dts: rockchip: rk356x: Prerelocate VOP in U-Boot proper Dang Huynh
2025-01-16  9:15 ` [PATCH 08/10] configs: quartz64: Enable vidconsole Dang Huynh
2025-01-16  9:15 ` [PATCH 09/10] video: rockchip: Add HDMI support for RK3568 Dang Huynh
2025-01-22 10:16   ` Chaoyi Chen
2025-01-16  9:15 ` [PATCH 10/10] configs: pinetab2-rk3566: Enable video and USB keyboard Dang Huynh
2025-01-19 14:08   ` Jonas Karlman
2025-01-19 20:06     ` Dang Huynh
  -- strict thread matches above, loose matches on Subject: below --
2025-01-19 13:24 Piotr Zalewski

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