Re: [PATCH] clk: si521xx: Use i2c_get_match_data() instead of device_get_match_data()
From: Stephen Boyd
Date: Mon Oct 23 2023 - 22:33:48 EST
Quoting Biju Das (2023-09-09 08:28:47)
> The device_get_match_data(), is to get match data for firmware interfaces
> such as just OF/ACPI. This driver has I2C matching table as well. Use
> i2c_get_match_data() to get match data for I2C, ACPI and DT-based
> matching.
>
> Signed-off-by: Biju Das <biju.das.jz@xxxxxxxxxxxxxx>
> ---
Applied to clk-next