pwm_adjust_config(9) adjust the current PWM config to the PWM arguments

SYNOPSIS

int pwm_adjust_config(struct pwm_device * pwm);

ARGUMENTS

pwm

PWM device

DESCRIPTION

This function will adjust the PWM config to the PWM arguments provided by the DT or PWM lookup table. This is particularly useful to adapt the bootloader config to the Linux one.

COPYRIGHT