On Thu, Oct 23, 2014 at 9:22 AM, Peter Gregory <[email protected]> wrote: > Using the dtb-rebuilder, I see the main include file for my cape, > am335x-bone-4dcape-43t.dtsi. > I see the various includes for they key mappings and led includes. > However, I don't see any includes for PWM configurations.
I haven't figured out the pwm's yet. ;) > Looking at some of the existing includes, they seem a little different from > a 3.8 kernel overlay. > Are there examples somewhere for what the include needs to look like to > enable PWM functionality? > Do the A/D analog pins need include files also or are they always enabled? The analog pins are always muxed. Here's an example for 3 adc pins: https://github.com/RobertCNelson/dtb-rebuilder/blob/3.14-ti/src/arm/am335x-bone-basic-proto-cape.dtsi Regards, -- Robert Nelson http://www.rcn-ee.com/ -- 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 receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
