Quoting Jonathan Marek (2020-09-11 08:34:06)
Add support for the display clock controller found on SM8150
based devices. This would allow display drivers to probe and
control their clocks.
Signed-off-by: Jonathan Marek <jonathan@xxxxxxxx>
---
drivers/clk/qcom/Kconfig | 9 +
drivers/clk/qcom/Makefile | 1 +
drivers/clk/qcom/dispcc-sm8150.c | 1152 ++++++++++++++++++++++++++++++
3 files changed, 1162 insertions(+)
create mode 100644 drivers/clk/qcom/dispcc-sm8150.c
If the bindings are the same for these two drivers I wonder if there is
anything different between the two. Maybe the two drivers can be one
driver?