On Tue, Dec 21, 2021 at 10:52 PM Jesse Taube <mr.bossman075@xxxxxxxxx> wrote: > +static struct platform_driver imxrt1050_clk_driver = { > + .probe = imxrt1050_clocks_probe, > + .driver = { > + .name = "imxrt1050-ccm", > + .of_match_table = of_match_ptr(imxrt1050_clk_of_match), No need for of_match_ptr() here.