On 18/10/2023 09:01, Elaine Zhang wrote: > MBIST_MCLK_PDM1 is not used, > Use PCLK_VO1GRF to replace it. > > Signed-off-by: Elaine Zhang <zhangqing@xxxxxxxxxxxxxx> > --- > include/dt-bindings/clock/rockchip,rk3588-cru.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/include/dt-bindings/clock/rockchip,rk3588-cru.h b/include/dt-bindings/clock/rockchip,rk3588-cru.h > index 5790b1391201..5816cd71a4e3 100644 > --- a/include/dt-bindings/clock/rockchip,rk3588-cru.h > +++ b/include/dt-bindings/clock/rockchip,rk3588-cru.h > @@ -36,7 +36,7 @@ > #define PCLK_DSU 21 > #define PCLK_S_DAPLITE 22 > #define PCLK_M_DAPLITE 23 > -#define MBIST_MCLK_PDM1 24 > +#define PCLK_VO1GRF 24 That's an ABI break without justification. Best regards, Krzysztof