rtc: da9063: Use device_get_match_data()
authorBiju Das <biju.das.jz@bp.renesas.com>
Fri, 5 Jan 2024 14:53:43 +0000 (14:53 +0000)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Thu, 18 Jan 2024 00:00:21 +0000 (01:00 +0100)
commit4b60c32e979ac84a715c329161ddf42b0790be4e
tree1b769f9019d057b4fde7a8bcec10401d42cf0b17
parent8681de6457aa071a5982e9b20682e56a7d87e3b6
rtc: da9063: Use device_get_match_data()

Replace of_match_node()->device_get_match_data() for
the data associated with device match.

Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20240105145344.204453-3-biju.das.jz@bp.renesas.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/rtc/rtc-da9063.c