mirror of
https://github.com/armbian/build.git
synced 2026-04-13 17:41:28 +02:00
Update the I2S MCLK output gate clock patches to match the upstream v3 series. Changes from previous version: - Split into 4 patches (was 3): added separate patch for RK3588_SYSGRF_SOC_CON6 define in rk3588_grf.h - Use named constant RK3588_SYSGRF_SOC_CON6 instead of magic 0x0318 - Add u-boot patch for clock ID bindings (needed by board DTS files) 6.18 uses kzalloc(sizeof(...)) as kzalloc_obj is not available. 7.0 uses kzalloc_obj as recommended by upstream reviewer. Upstream: https://lore.kernel.org/linux-rockchip/20260320-rk3588-mclk-gate-grf-v3-0-980338eacd2c@superkali.me/