This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

ehrpwm and ecap are not listed in PWM am335x

Hi All,

       I am trying to use PWM for back-light but after enabling :

Procedure to build eHRPWM driver
                 Device Drivers --->
                        <*> PWM Support --->
                        <*> Davinci eHRPWM support

                Device Drivers --->

                     <*> PWM Support --->
                     <*> eCAP PWM support

after making it as module when I am compiling  kernel I can able to see ehrpwm.o and ecap.0 file so I am confirm files are added as module;

And I have used the same block of code used in board-am335xevm.c ;


But when I am access the /sys/class/pwm/

I didnt find  ecap nor  ehrpwm  ; help anyone i will thankful to you :-

 

Regards

Praveen