Message ID | 20230413-topic-lahaina_vidcc-v2-0-f721d507e555@linaro.org |
---|---|
Headers | show |
Series | SM8350 VIDEOCC | expand |
On 14/04/2023 13:26, Konrad Dybcio wrote: > SM8350, like most recent higher-end chips has a separate clock > controller block just for the Venus IP. Document it. > > Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> > --- > .../devicetree/bindings/clock/qcom,videocc.yaml | 29 +++++++++++++ Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
On Fri, 14 Apr 2023 at 18:18, Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> wrote: > > On 14/04/2023 13:26, Konrad Dybcio wrote: > > SM8350, like most recent higher-end chips has a separate clock > > controller block just for the Venus IP. Document it. > > > > Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> > > --- > > .../devicetree/bindings/clock/qcom,videocc.yaml | 29 +++++++++++++ > > Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Krzysztof, Konrad, would it make sense to split it into separate bindings? After all, previous videocc bindings used clock-names, while this one doesn't. > > Best regards, > Krzysztof >
v1 -> v2: - "){" -> ") {" - subsys_initcall -> module_platform_driver - constify lucid_5lpe_vco & .hw.init - devm_add_action_or_reset -> devm_pm_runtime_enable v1: https://lore.kernel.org/r/20230413-topic-lahaina_vidcc-v1-0-134f9b22a5b3@linaro.org This serires brings support for SM8350 videocc and updates the related dt-bindings. Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> --- Konrad Dybcio (2): dt-bindings: clock: qcom,videocc: Add SM8350 clk: qcom: Introduce SM8350 VIDEOCC .../devicetree/bindings/clock/qcom,videocc.yaml | 29 +- drivers/clk/qcom/Kconfig | 9 + drivers/clk/qcom/Makefile | 1 + drivers/clk/qcom/videocc-sm8350.c | 557 +++++++++++++++++++++ include/dt-bindings/clock/qcom,sm8350-videocc.h | 35 ++ include/dt-bindings/reset/qcom,sm8350-videocc.h | 18 + 6 files changed, 648 insertions(+), 1 deletion(-) --- base-commit: e3342532ecd39bbd9c2ab5b9001cec1589bc37e9 change-id: 20230413-topic-lahaina_vidcc-bcdabb475542 Best regards,