Re: [beagleboard] Re: PWM in the 3.13 Kernel

2014-04-19 Thread robert.berger
Hi, Check my comment here: http://thread.gmane.org/gmane.comp.hardware.beagleboard.user/65797 -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups BeagleBoard group. To unsubscribe from this group and stop

Re: [beagleboard] Re: PWM in the 3.13 Kernel

2014-04-18 Thread Sungjin Chun
If properly enabled in dtb file during booting, you can always use any peripherals in AM335X SoC. Refer https://github.com/chunsj/nxctrl/blob/master/pwm-test.c, which uses /dev/mem for control pwm. Of course this code does not provide sysfs interface. Sent from my iPad On Apr 18, 2014, at

Re: [beagleboard] Re: PWM in the 3.13 Kernel

2014-04-18 Thread halherta
Thanks Sungjin! I'll take a look a your codeI'm still curious as to what exactly happened to the pwm sysfs interface in the 3.13 kernel though. If anyone knows please let me/us know Thanks! On Friday, April 18, 2014 8:48:12 AM UTC-4, Sungjin Chun wrote: If properly enabled in dtb file