Re: (subset) [PATCH v3 0/3] Add support for GXCLK for Milos

2026-05-07 Thread Bjorn Andersson


On Fri, 17 Apr 2026 09:07:43 +0200, Luca Weiss wrote:
> Similar to other new SoCs, Milos also contains the GXCLKCTL block that
> we need to control for GPU. Add support for it.
> 
> 

Applied, thanks!

[1/3] dt-bindings: clock: qcom: document the Milos GX clock controller
  commit: e628f6a6c33ac647bb904c35a674a0f664c99efe
[2/3] clk: qcom: Add support for GXCLK for Milos
  commit: 3df6b9dbd24e1610854c17a8ec4ac146481b8e42

Best regards,
-- 
Bjorn Andersson 



[PATCH v3 0/3] Add support for GXCLK for Milos

2026-04-17 Thread Luca Weiss
Similar to other new SoCs, Milos also contains the GXCLKCTL block that
we need to control for GPU. Add support for it.

Signed-off-by: Luca Weiss 
---
Changes in v3:
- Replace unevaluatedProperties with additionalProperties
- Pick up tags
- Link to v2: 
https://patch.msgid.link/[email protected]

Changes in v2:
- Update casing of binding title, reg goes as second property (Krzysztof)
- Rebase on linux-next
- Pick up tags
- Link to v1: 
https://lore.kernel.org/r/[email protected]

---
Luca Weiss (3):
  dt-bindings: clock: qcom: document the Milos GX clock controller
  clk: qcom: Add support for GXCLK for Milos
  arm64: dts: qcom: milos: Add GX clock controller

 .../bindings/clock/qcom,milos-gxclkctl.yaml| 61 ++
 arch/arm64/boot/dts/qcom/milos.dtsi| 10 
 drivers/clk/qcom/Makefile  |  2 +-
 drivers/clk/qcom/gxclkctl-kaanapali.c  |  1 +
 4 files changed, 73 insertions(+), 1 deletion(-)
---
base-commit: f4d9dc7f102a8d7e7fa018ae048aa324349122a4
change-id: 20260306-milos-gxclkctl-8a8372d6a1e0

Best regards,
--  
Luca Weiss