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 <[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: 83acad05dee54a5cff0c98dd7962e55d4c6b145a change-id: 20260306-milos-gxclkctl-8a8372d6a1e0 Best regards, -- Luca Weiss <[email protected]>

