Re: [PATCH 1/1] arm64: dts: rockchip: enable SCMI clk for RK3528 SoC
From: Sudeep Holla
Date: Thu Mar 06 2025 - 09:55:06 EST
On Thu, Mar 06, 2025 at 09:10:16PM +0800, Chukun Pan wrote:
> Same as RK3568, RK3528 uses SCMI clk instead of ARMCLK.
> Add SCMI clk for CPU, GPU and RNG will also use it.
>
It is highly recommended not to use clock protocol for CPUs and GPUs
especially if the plan is to drive regulators separately. Please use
the performance protocol instead which can abstract the clock and the
regulator details for the OS.
--
Regards,
Sudeep