
Hi Samuel!
Dne ponedeljek, 28. november 2022 ob 08:02:23 CET je Samuel Holland napisal(a):
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.
el@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
Thanks for working on this!
Whole series is Reviewed-by: Jernej Skrabec jernej.skrabec@gmail.com
Best regards, Jernej
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(-)