mbox series

[0/4] clk: qcom: mmcc-msm8960: add support for the LVDS clock

Message ID 20241224-apq8064-fix-mmcc-v1-0-c95d2e2bf143@linaro.org
Headers show
Series clk: qcom: mmcc-msm8960: add support for the LVDS clock | expand

Message

Dmitry Baryshkov Dec. 24, 2024, 10:12 a.m. UTC
On MSM8960 and APQ8064 MultiMedia Clock Controller handles special LVDS
clock to be used for the MDP4 LVDS / LCD controller. Define
corresponding clocks in the bindings and handle branch clocks in the
driver.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
---
Dmitry Baryshkov (4):
      dt-bindings: clock: qcom,mmcc: support LVDS PLL input for apq8064
      dt-bindings: clock: qcom,mmcc-msm8960: add LCDC-related clocks
      clk: qcom: rcg: add 1/1 pixel clock ratio
      clk: qcom: mmcc-msm8960: handle LVDS clock

 .../devicetree/bindings/clock/qcom,mmcc.yaml       |  4 ++
 drivers/clk/qcom/clk-rcg.c                         |  1 +
 drivers/clk/qcom/mmcc-msm8960.c                    | 61 ++++++++++++++++++++--
 include/dt-bindings/clock/qcom,mmcc-msm8960.h      |  2 +
 4 files changed, 64 insertions(+), 4 deletions(-)
---
base-commit: 8155b4ef3466f0e289e8fcc9e6e62f3f4dceeac2
change-id: 20241224-apq8064-fix-mmcc-8fc79fb0ace0

Best regards,

Comments

Bjorn Andersson Jan. 7, 2025, 4:38 p.m. UTC | #1
On Tue, 24 Dec 2024 12:12:12 +0200, Dmitry Baryshkov wrote:
> On MSM8960 and APQ8064 MultiMedia Clock Controller handles special LVDS
> clock to be used for the MDP4 LVDS / LCD controller. Define
> corresponding clocks in the bindings and handle branch clocks in the
> driver.
> 
> 

Applied, thanks!

[1/4] dt-bindings: clock: qcom,mmcc: support LVDS PLL input for apq8064
      commit: 2b5add606ceac9fe4ea84ecd34351427b5602893
[2/4] dt-bindings: clock: qcom,mmcc-msm8960: add LCDC-related clocks
      commit: 0a0693fb2642604b4e14390dbf792f36e3485aaa
[3/4] clk: qcom: rcg: add 1/1 pixel clock ratio
      commit: a34d21d89c85e8bb72ecd83b7cde2cba1aa718f4
[4/4] clk: qcom: mmcc-msm8960: handle LVDS clock
      commit: 672daf24866bf002d0a7f2dca61e770a570e8cc3

Best regards,