dts: bindings: pwm: imx: change PWM flag cell
Modifying .yaml file to permit polarity options for mimxrt10xx boards. Signed-off-by: Cristiana Preda <predacristianamaria@gmail.com>
This commit is contained in:
parent
0b004c0418
commit
4b9015d774
8 changed files with 49 additions and 48 deletions
|
@ -54,7 +54,7 @@
|
|||
compatible = "pwm-leds";
|
||||
|
||||
green_pwm_led: green_pwm_led {
|
||||
pwms = <&flexpwm2_pwm3 0 PWM_MSEC(20)>;
|
||||
pwms = <&flexpwm2_pwm3 0 PWM_MSEC(20) PWM_POLARITY_NORMAL>;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue