On 5/26/2014 7:28 AM, [email protected] wrote: > Thank you for the feedback Charles. > I am new to the Device Tree concept and would appreciate it a lot if you > can please give me more guidance. Below is the contents of the device tree > file I used. > Basically the idea was to define the pins for the pin-mux and then enable > the pin-mux settings by using the __overlay__ scheme. > Without using the __overlay__ scheme, how would I enable the pin-mux > settings,in this device tree file for example?
Sorry for the delay, I'm traveling. Review RCN's "simple cape manager" for the newer kernels, he's doing exactly what you want (mixing some device tree stanzas that would typically be overlays directly into the boot time device tree). That and a review of the device tree source in the kernel tree (which makes extensive use of include) and a review of the flattened device tree (convert the *.dtb to the *.dts source with dtc for review) should get you started. -- Charles Steinkuehler [email protected] -- 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.
