beagleboard / kernel

Kernel for the beagleboard.org boards
174 stars 159 forks source link

3.7 #5

Closed joelagnel closed 12 years ago

joelagnel commented 12 years ago

Please pull these 2 patches. First one refreshes audio patches, adds mcasp hacks, corrected audio dt data Second one fixes build breaking due to appended DTB patch.

Added mcasp0 hacks for audio specific to beaglebone lt (for HDMI)

pulling up crystal on input to enable it
changed direction of pins to output so as the am33xx is driving the clock output for audio in the beaglebone lt case.

Note: Using i2c2 for now to test audio w/ cape. This set of patches is not intended to get audio cape working (though it will). It is to get mcasp sending correct output for hdmi work. capebus support etc is separate effort, has to be worked on. This effort is only for hdmi audio debugging on beaglebone lt.

joelagnel commented 12 years ago

Because the update in patch.sh from -rc2 to -rc3 happened after I pushed this patch, I can't guarantee it wont break or even apply after rebase. I have also made some progress since posting this set, so I don't recommend pulling it. I will close this request. Thanks.