Re: [PATCH 14/15] clk: rockchip: rk3568: Drop unused GRF syscon lookup
Quentin Schulz <[email protected]>
| Newsgroups | org.u-boot-project.lists.u-boot |
|---|---|
| Message-ID | <[email protected]> |
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