Re: [PATCH 1/1] arm64: dts: rockchip: enable SCMI clk for RK3528 SoC
From: Heiko Stübner
Date: Thu Mar 06 2025 - 08:30:45 EST
Hi,
Am Donnerstag, 6. März 2025, 14:10:16 MEZ schrieb Chukun Pan:
> Same as RK3568, RK3528 uses SCMI clk instead of ARMCLK.
> Add SCMI clk for CPU, GPU and RNG will also use it.
>
> Signed-off-by: Chukun Pan <amadeus@xxxxxxxxxx>
> ---
> @@ -110,6 +129,19 @@ gmac0_clk: clock-gmac50m {
> #clock-cells = <0>;
> };
>
> + sram@10f000 {
That sram is part of the soc (and has an mmio-address), so I'd think
it should live inside the soc node?
Heiko