Skip to content

Commit

Permalink
[NFU] pwm: thead: fix automatic load module
Browse files Browse the repository at this point in the history
Signed-off-by: Han Gao <[email protected]>
  • Loading branch information
RevySR committed Oct 2, 2023
1 parent dcbad35 commit b3bbc76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/pwm/pwm-thead.c
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ static const struct of_device_id thead_pwm_dt_ids[] = {
{.compatible = "thead,th1520-pwm",},
{/* sentinel */}
};
MODULE_DEVICE_TABLE(of, thead_pwm_dt_ids);

static const struct dev_pm_ops thead_pwm_pm_ops = {
SET_RUNTIME_PM_OPS(thead_pwm_runtime_suspend, thead_pwm_runtime_resume, NULL)
Expand Down

0 comments on commit b3bbc76

Please sign in to comment.