[PATCH 0/5] video: sunxi: dw-hdmi: Partial OF conversion

Samuel Holland samuel at sholland.org
Mon Nov 28 08:02:23 CET 2022


This series starts converting the DE2 video driver to use devicetree for
MMIO addresses and clock/reset/regulator consumers. This is necessary
for adding new SoC support (H6, D1, etc.) and will also be helpful when
adding DSI output support.

I picked up a couple of patches from Jernej's branch and added a couple
on top. Specifically, the regulator consumer uses the AXP regulator
driver[1] (when enabled) to stop relying on TF-A.

I tested this series on a Pine A64 LTS board.

[1]: https://patchwork.ozlabs.org/project/uboot/cover/20221128064757.2933-1-samuel@sholland.org/


Jernej Skrabec (2):
  video: sunxi: dw-hdmi: Probe driver by compatible
  video: sunxi: dw-hdmi: Read address from DT node

Samuel Holland (3):
  clk: sunxi: Add DE2 display-related clocks/resets
  video: sunxi: dw-hdmi: Use DM for clock gates and resets
  video: sunxi: dw-hdmi: Use DM for HVCC regulator

 drivers/clk/sunxi/clk_a64.c         | 22 ++++++++
 drivers/clk/sunxi/clk_a83t.c        | 22 ++++++++
 drivers/clk/sunxi/clk_h3.c          | 17 ++++++
 drivers/clk/sunxi/clk_h6.c          | 21 +++++++
 drivers/clk/sunxi/clk_h616.c        | 21 +++++++
 drivers/clk/sunxi/clk_r40.c         | 29 ++++++++++
 drivers/clk/sunxi/clk_v3s.c         |  9 +++
 drivers/video/sunxi/sunxi_dw_hdmi.c | 87 +++++++++++++++++++----------
 8 files changed, 200 insertions(+), 28 deletions(-)

-- 
2.37.4



More information about the U-Boot mailing list