mbox series

[0/3] clk: meson: add MIPI ISP & CSI PHY clocks

Message ID 20231114-topic-amlogic-upstream-isp-clocks-v1-0-223958791501@linaro.org
Headers show
Series clk: meson: add MIPI ISP & CSI PHY clocks | expand

Message

Neil Armstrong Nov. 14, 2023, 10:14 a.m. UTC
Add MIPI ISP & CSI PHY clock bindings and entries for
the Amlogic G12B SoC.

Based on the CTS_ENCL clock bindings patch at [1]

[1] https://lore.kernel.org/all/20231109-amlogic-v6-4-upstream-dsi-ccf-vim3-v8-1-81e4aeeda193@linaro.org/

Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
---
Neil Armstrong (3):
      dt-bindings: clock: g12a-clkc: add MIPI ISP & CSI PHY clock ids
      clk: meson: g12a: add MIPI ISP clocks
      clk: meson: g12a: add CSI & ISP gates clocks

 drivers/clk/meson/g12a.c              | 75 +++++++++++++++++++++++++++++++++++
 drivers/clk/meson/g12a.h              |  1 +
 include/dt-bindings/clock/g12a-clkc.h |  6 +++
 3 files changed, 82 insertions(+)
---
base-commit: 71ea46af56818a97cb5ea5d6554a0f10ea624d6d
change-id: 20231114-topic-amlogic-upstream-isp-clocks-aa2859a633f0

Best regards,

Comments

Dan Scally Nov. 14, 2023, 11:30 a.m. UTC | #1
Hi Neil - thanks for sending these!

On 14/11/2023 10:14, Neil Armstrong wrote:
> Add MIPI ISP & CSI PHY clock bindings and entries for
> the Amlogic G12B SoC.
>
> Based on the CTS_ENCL clock bindings patch at [1]
>
> [1] https://lore.kernel.org/all/20231109-amlogic-v6-4-upstream-dsi-ccf-vim3-v8-1-81e4aeeda193@linaro.org/
>
> Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
> ---


Reviewed-by: Daniel Scally <dan.scally@ideasonboard.com>

and

Tested-by: Daniel Scally <dan.scally@ideasonboard.com>

> Neil Armstrong (3):
>        dt-bindings: clock: g12a-clkc: add MIPI ISP & CSI PHY clock ids
>        clk: meson: g12a: add MIPI ISP clocks
>        clk: meson: g12a: add CSI & ISP gates clocks
>
>   drivers/clk/meson/g12a.c              | 75 +++++++++++++++++++++++++++++++++++
>   drivers/clk/meson/g12a.h              |  1 +
>   include/dt-bindings/clock/g12a-clkc.h |  6 +++
>   3 files changed, 82 insertions(+)
> ---
> base-commit: 71ea46af56818a97cb5ea5d6554a0f10ea624d6d
> change-id: 20231114-topic-amlogic-upstream-isp-clocks-aa2859a633f0
>
> Best regards,
Jerome Brunet Nov. 24, 2023, 5:19 p.m. UTC | #2
Applied to clk-meson (v6.8/drivers), thanks!

[1/3] dt-bindings: clock: g12a-clkc: add MIPI ISP & CSI PHY clock ids
      https://github.com/BayLibre/clk-meson/commit/439d3404addf
[2/3] clk: meson: g12a: add MIPI ISP clocks
      https://github.com/BayLibre/clk-meson/commit/773e4e987308
[3/3] clk: meson: g12a: add CSI & ISP gates clocks
      https://github.com/BayLibre/clk-meson/commit/5205628ab0bf

Best regards,
--
Jerome