Re: [PATCH V3 0/3] Add video clock controller driver for SM8450

From: Konrad Dybcio
Date: Thu May 04 2023 - 01:38:16 EST




On 3.05.2023 12:59, Taniya Das wrote:
> From: Satya Priya Kakitapalli <quic_skakitap@xxxxxxxxxxx>
>
> Add bindings, driver and DT node for video clock controller on SM8450.
Nice!

Did you test it with techpack/video or do you have some upstream
changes pending?

I've got sm8350 working locally and sc8280xp as a WIP, hopefully
heading upstream soon..

Konrad
>
> Taniya Das (3):
> dt-bindings: clock: qcom: Add SM8450 video clock controller
> clk: qcom: videocc-sm8450: Add video clock controller driver for
> SM8450
> arm64: dts: qcom: sm8450: Add video clock controller
>
> .../bindings/clock/qcom,sm8450-videocc.yaml | 77 +++
> arch/arm64/boot/dts/qcom/sm8450.dtsi | 12 +
> drivers/clk/qcom/Kconfig | 9 +
> drivers/clk/qcom/Makefile | 1 +
> drivers/clk/qcom/videocc-sm8450.c | 459 ++++++++++++++++++
> .../dt-bindings/clock/qcom,sm8450-videocc.h | 38 ++
> 6 files changed, 596 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/clock/qcom,sm8450-videocc.yaml
> create mode 100644 drivers/clk/qcom/videocc-sm8450.c
> create mode 100644 include/dt-bindings/clock/qcom,sm8450-videocc.h
>