Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pwm: Make the PWM_POLARITY flag in DTB optional
Change the PWM chip driver registration so that a chip driver that supports polarity inversion can still be used with DTBs that don't provide the polarity flag as part of the specifier. This is done to provide polarity inversion support for the pwm-imx driver without having to modify all existing DTS files. Signed-off-by: Lothar Wassmann <[email protected]> Signed-off-by: Bhuvanchandra DV <[email protected]> Suggested-by: Sascha Hauer <[email protected]> Signed-off-by: Lukasz Majewski <[email protected]> Reviewed-by: Boris Brezillon <[email protected]> Signed-off-by: Thierry Reding <[email protected]>
- Loading branch information