Re: [PATCH 14/15] clk: rockchip: rk3568: Drop unused GRF syscon lookup
Quentin Schulz <[email protected]>
| Newsgroups | gmane.comp.boot-loaders.u-boot |
|---|---|
| Message-ID | <ff792fb9-c5ab-4d2b-afb3-97291192dd5f__3944.98917028017$1786119430$gmane$org@cherry.de> |
Hi Jonas, On 7/30/26 4:13 PM, Jonas Karlman wrote: > The RK3568 clock driver lookup and stores a reference to the GRF regs. > However, the grf field is never dereferenced, let's drop it. > The kernel has the clk_ddr1x and pclk_edpphy_grf using the GRF I believe. Those are unlikely to be supported in U-Boot I guess. We can always add them back anyways, so: Reviewed-by: Quentin Schulz <[email protected]> Thanks! Quentin