Re: [PATCH v4 2/2] clk: qcom: Add SM6125 (TRINKET) GCC driver
From: Stephen Boyd <sboyd@kernel.org>
Date: 2021-06-27 23:55:12
Also in:
linux-arm-msm, linux-clk, lkml
From: Stephen Boyd <sboyd@kernel.org>
Date: 2021-06-27 23:55:12
Also in:
linux-arm-msm, linux-clk, lkml
Quoting Martin Botka (2021-06-05 05:10:38)
From: Konrad Dybcio <redacted> Add the clocks supported in global clock controller, which clock the peripherals like BLSPs, SDCC, USB, MDSS etc. Register all the clocks to the clock framework for the clients to be able to request for them. Signed-off-by: Konrad Dybcio <redacted> Signed-off-by: Martin Botka <redacted> ---
Applied to clk-next but there are a handful of clks in here that should be boring register writes instead of modeled as clks. Basically whenever there is a CLK_IS_CRITICAL flag and no parent we know it could just be enabled during probe and ignored thereafter.