[PATCH 0/5] sunxi: Various minor V3s clock/pinctrl fixes

Paul Kocialkowski posted 5 patches 3 months, 1 week ago
.../bindings/media/allwinner,sun6i-a31-csi.yaml    |  2 +-
.../bindings/media/allwinner,sun6i-a31-isp.yaml    |  2 +-
.../media/allwinner,sun6i-a31-mipi-csi2.yaml       |  2 +-
arch/arm/boot/dts/allwinner/sun8i-v3s.dtsi         |  2 +-
drivers/clk/sunxi-ng/ccu-sun8i-v3s.c               | 14 +++++++-------
drivers/gpu/drm/sun4i/sun8i_mixer.c                | 12 ++++++------
drivers/pinctrl/sunxi/pinctrl-sun8i-v3s.c          |  2 +-
include/dt-bindings/clock/sun8i-v3s-ccu.h          |  2 +-
8 files changed, 19 insertions(+), 19 deletions(-)
[PATCH 0/5] sunxi: Various minor V3s clock/pinctrl fixes
Posted by Paul Kocialkowski 3 months, 1 week ago
This is a mixed-bag of minor fixes for V3s clocks and pinctrl.

The last patch is a weak attempt at accomodating using both the display
engine and tcon along with the camera subsystem. The main issue is that
the tcon and de need to have the same clock parent, which may not be
the case depending on the pixel rate. Bringing the de block to the same
clock rate as the csi block helps in some cases.

Paul Kocialkowski (5):
  pinctrl: sunxi: v3s: Fix wrong comment about UART2 pinmux
  clk: sunxi-ng: v3s: Fix CSI SCLK clock name
  clk: sunxi-ng: v3s: Fix CSI1 MCLK clock name
  clk: sunxi-ng: v3s: Fix TCON clock parents
  drm/sun4i: Run the mixer clock at 297 MHz on V3s

 .../bindings/media/allwinner,sun6i-a31-csi.yaml    |  2 +-
 .../bindings/media/allwinner,sun6i-a31-isp.yaml    |  2 +-
 .../media/allwinner,sun6i-a31-mipi-csi2.yaml       |  2 +-
 arch/arm/boot/dts/allwinner/sun8i-v3s.dtsi         |  2 +-
 drivers/clk/sunxi-ng/ccu-sun8i-v3s.c               | 14 +++++++-------
 drivers/gpu/drm/sun4i/sun8i_mixer.c                | 12 ++++++------
 drivers/pinctrl/sunxi/pinctrl-sun8i-v3s.c          |  2 +-
 include/dt-bindings/clock/sun8i-v3s-ccu.h          |  2 +-
 8 files changed, 19 insertions(+), 19 deletions(-)

-- 
2.49.0
Re: (subset) [PATCH 0/5] sunxi: Various minor V3s clock/pinctrl fixes
Posted by Chen-Yu Tsai 3 months ago
On Tue, 01 Jul 2025 22:11:19 +0200, Paul Kocialkowski wrote:
> This is a mixed-bag of minor fixes for V3s clocks and pinctrl.
> 
> The last patch is a weak attempt at accomodating using both the display
> engine and tcon along with the camera subsystem. The main issue is that
> the tcon and de need to have the same clock parent, which may not be
> the case depending on the pixel rate. Bringing the de block to the same
> clock rate as the csi block helps in some cases.
> 
> [...]

Applied to sunxi/clk-fixes-for-6.16 in local tree, thanks!

[2/5] clk: sunxi-ng: v3s: Fix CSI SCLK clock name
      commit: f45b2949b1a235881255132a119b8cc8c3738bd5
[3/5] clk: sunxi-ng: v3s: Fix CSI1 MCLK clock name
      commit: 2b73328629396d32e41ca1f023653b07abf2b42f
[4/5] clk: sunxi-ng: v3s: Fix TCON clock parents
      commit: 01fdcbc7e5a56c9cba521e0f237cb5c3fd162432

Best regards,
-- 
Chen-Yu Tsai <wens@csie.org>