Add support for the display clock controller found on SC7180 based devices. This would allow display drivers to probe and control their clocks. This driver depends on the display port clock ops support https://patchwork.kernel.org/patch/11069087/ Taniya Das (3): dt-bindings: clock: Add YAML schemas for the QCOM DISPCC clock bindings dt-bindings: clock: Introduce QCOM Display clock bindings clk: qcom: Add display clock controller driver for SC7180 .../devicetree/bindings/clock/qcom,dispcc.txt | 19 - .../devicetree/bindings/clock/qcom,dispcc.yaml | 67 ++ drivers/clk/qcom/Kconfig | 9 + drivers/clk/qcom/Makefile | 1 + drivers/clk/qcom/dispcc-sc7180.c | 776 +++++++++++++++++++++ include/dt-bindings/clock/qcom,dispcc-sc7180.h | 46 ++ 6 files changed, 899 insertions(+), 19 deletions(-) delete mode 100644 Documentation/devicetree/bindings/clock/qcom,dispcc.txt create mode 100644 Documentation/devicetree/bindings/clock/qcom,dispcc.yaml create mode 100644 drivers/clk/qcom/dispcc-sc7180.c create mode 100644 include/dt-bindings/clock/qcom,dispcc-sc7180.h -- Qualcomm INDIA, on behalf of Qualcomm Innovation Center, Inc.is a member of the Code Aurora Forum, hosted by the Linux Foundation.