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
