Okay, thanks for the info. This patch didn't make it to the patch list in V1, since the length is too long. So we split this into 2 patches
On 25.05.2023 19:21, Jagadeesh Kona wrote:
Add support for the camera clock controller for camera clients to beThe patches end up in the maintainers' inboxes, so it's fine to send
able to request for camcc clocks on SM8550 platform.
Co-developed-by: Taniya Das <quic_tdas@xxxxxxxxxxx>
Signed-off-by: Taniya Das <quic_tdas@xxxxxxxxxxx>
Signed-off-by: Jagadeesh Kona <quic_jkona@xxxxxxxxxxx>
---
Changes since V1:
- Sorted the PLL names in proper order
- Updated all PLL configurations to lower case hex
- Reused evo ops instead of adding new ops for ole pll
- Moved few clocks to separate patch to fix patch too long error
it as one.
Konrad
drivers/clk/qcom/Kconfig | 7 +
drivers/clk/qcom/Makefile | 1 +
drivers/clk/qcom/camcc-sm8550.c | 3405 +++++++++++++++++++++++++++++++
3 files changed, 3413 insertions(+)
create mode 100644 drivers/clk/qcom/camcc-sm8550.c