Re: [PATCH 02/13] soc: amlogic: clk-measure: Remove the msr_data from clk-measure

From: Krzysztof Kozlowski
Date: Wed Aug 20 2025 - 04:12:32 EST


On Fri, Aug 15, 2025 at 04:37:28PM +0800, Chuan Liu wrote:
> static const struct of_device_id meson_msr_match_table[] = {
> {
> .compatible = "amlogic,meson-gx-clk-measure",
> - .data = &clk_msr_gx_data,

NAK, actual ABI break.

> },
> {
> .compatible = "amlogic,meson8-clk-measure",
> - .data = &clk_msr_m8_data,
> },