On 14/11/2023 13:47, Mubin Sayyed wrote: > Cadence TTC timer can be configured as clocksource/clockevent > or PWM device. Specific TTC device would be configured as PWM > device, if pwm-cells property is present in the device tree > node. > ... > + > +static struct platform_driver ttc_pwm_driver = { > + .probe = ttc_pwm_probe, > + .remove_new = ttc_pwm_remove, > + .driver = { > + .name = "ttc-pwm", > + .of_match_table = of_match_ptr(ttc_pwm_of_match), Drop of_match_ptr(), you will have here warnings. Best regards, Krzysztof