Re: [PATCH] clk: rs9: Use i2c_get_match_data() instead of device_get_match_data()

From: Stephen Boyd
Date: Mon Oct 23 2023 - 22:36:14 EST


Quoting Biju Das (2023-09-09 09:02:18)
> 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