On Thu, Jan 21, 2016 at 6:14 PM, <[email protected]> wrote: > Changing my device tree overlay to include status="okay" does not seem to be > enough to enable me to access that address, whether or not the sound stuff > is still around. Note that I am only messing with an overlay. Do I need to > change the device tree the board is booted with?
Yeap... It's gotta be in the dtb you boot with.. > Looking into the source for the davinci-mcasp audio driver that gets loaded > by default, there are calls to pm_runtime_get_sync(mcasp->dev) and > pm_runtime_put(mcasp->dev), which are probably needed in my code. Next step > is to figure out how I am going to get a struct device for the McASP. Regards, -- Robert Nelson https://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.
