Re: [PATCH 15/15] clk: rockchip: rk3588: Drop unused GRF syscon lookup
Quentin Schulz <[email protected]>
| Newsgroups | gmane.comp.boot-loaders.u-boot |
|---|---|
| Message-ID | <403becad-7558-4bef-83f9-331e8dd42db4__8056.20582993782$1786119622$gmane$org@cherry.de> |
Hi Jonas, On 7/30/26 4:13 PM, Jonas Karlman wrote: > The RK3588 clock driver lookup and stores a reference to the GRF regs. > However, the grf field is never dereferenced and struct rk3588_grf is > not defined in any header, let's drop it. > In the Linux kernel, they seem to be referencing the GRF for I2S*, PCLK_VO[01]GRF. We may eventually need the latter for video output in U-Boot but it can always be added again once we actually make use of it, so: Reviewed-by: Quentin Schulz <[email protected]> Thanks! Quentin