Re: [PATCH 1/3] soc: qcom: ocmem: make the core clock optional
From: Konrad Dybcio
Date: Mon Mar 23 2026 - 06:23:25 EST
On 3/23/26 2:20 AM, Dmitry Baryshkov wrote:
> OCMEM's core clock (aka RPM bus 2 clock) is being handled internally by
> the interconnect driver. Corresponding clock has been dropped from the
> SMD RPM clock driver. The users of the ocmem will vote on the ocmemnoc
> interconnect paths, making sure that ocmem is on. Make the clock
> optional, keeping it for compatibility with older DT.
>
> Fixes: d6edc31f3a68 ("clk: qcom: smd-rpm: Separate out interconnect bus clocks")
> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxxxxxxxx>
> ---
Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxxxx>
Konrad