The driver for the SM6350 videocc has been lying around in some branches of my git tree for a long time, let's upstream it. It doesn't get any better by letting it age! Signed-off-by: Luca Weiss <luca.weiss@xxxxxxxxxxxxx> --- Konrad Dybcio (2): dt-bindings: clock: add SM6350 QCOM video clock bindings clk: qcom: Add video clock controller driver for SM6350 Luca Weiss (1): arm64: dts: qcom: sm6350: Add video clock controller .../devicetree/bindings/clock/qcom,videocc.yaml | 20 ++ arch/arm64/boot/dts/qcom/sm6350.dtsi | 14 + drivers/clk/qcom/Kconfig | 9 + drivers/clk/qcom/Makefile | 1 + drivers/clk/qcom/videocc-sm6350.c | 355 +++++++++++++++++++++ include/dt-bindings/clock/qcom,sm6350-videocc.h | 27 ++ 6 files changed, 426 insertions(+) --- base-commit: 73b8c1dbc2508188e383023080ce6a582ff5f279 change-id: 20250321-sm6350-videocc-6ecdb9ab2756 Best regards, -- Luca Weiss <luca.weiss@xxxxxxxxxxxxx>