On Tue, 2026-01-13 at 10:59 +0000, Peter Griffin wrote:
cmu_dpu is the clock management unit used for the Display Process Unit
block. It generates clocks for image scaler, compressor etc.
Add support for the muxes, dividers and gates in cmu_dpu.
Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
---
Changes in v3
- Alpabetic ordering for all cmu_top children (André)
Changes in v2:
- Update gout_dpu_dpu_pclk to gout_dpu_gpc_dpu_pclk (Peter)
- Fix dout_dpu_busp parent (Peter)
---
drivers/clk/samsung/clk-gs101.c | 283 ++++++++++++++++++++++++++++++++++++++++
1 file changed, 283 insertions(+)
Reviewed-by: André Draszik <andre.draszik@linaro.org>