Skip to content

Commit

Permalink
merge: Support for CTAG face2|4 Audio Card
Browse files Browse the repository at this point in the history
fixes: beagleboard/linux#104
Signed-off-by: Robert Nelson <[email protected]>
  • Loading branch information
RobertCNelson committed Oct 3, 2016
1 parent 3a39262 commit 6ca7a3f
Show file tree
Hide file tree
Showing 15 changed files with 698 additions and 528 deletions.
37 changes: 19 additions & 18 deletions patch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -948,23 +948,21 @@ beaglebone () {
cleanup
fi

#echo "dir: beaglebone/CTAG"
echo "dir: beaglebone/ctag"
#regenerate="enable"
#if [ "x${regenerate}" = "xenable" ] ; then
# start_cleanup
#fi

#${git} "${DIR}/patches/beaglebone/CTAG/0001-Added-driver-and-device-tree-for-CTAG-face2-4-Audio-.patch"
#${git} "${DIR}/patches/beaglebone/CTAG/0002-Added-support-for-higher-sampling-rates-in-AD193X-dr.patch"
#${git} "${DIR}/patches/beaglebone/CTAG/0003-Added-support-for-AD193X-and-CTAG-face2-4-Audio-Card.patch"
#${git} "${DIR}/patches/beaglebone/CTAG/0004-Modified-ASOC-platform-driver-for-McASP-to-use-async.patch"
#${git} "${DIR}/patches/beaglebone/CTAG/0005-Changed-descriptions-in-files-belonging-to-CTAG-face.patch"
#${git} "${DIR}/patches/beaglebone/CTAG/0006-add-black-version-of-ctag-face-pass-uboot-cape-ctag-.patch"

#if [ "x${regenerate}" = "xenable" ] ; then
# number=6
# cleanup
#fi
if [ "x${regenerate}" = "xenable" ] ; then
start_cleanup
fi

${git} "${DIR}/patches/beaglebone/ctag/0001-Added-support-for-CTAG-face2-4-Audio-Card.patch"
${git} "${DIR}/patches/beaglebone/ctag/0002-Added-device-tree-for-BB-X15-and-CTAG-face2-4.patch"
${git} "${DIR}/patches/beaglebone/ctag/0003-Changed-SW-SPI-pins-due-to-collision-with-Bela.patch"

if [ "x${regenerate}" = "xenable" ] ; then
wdir="beaglebone/ctag"
number=3
cleanup
fi

echo "dir: beaglebone/capes"
#regenerate="enable"
Expand Down Expand Up @@ -1133,11 +1131,14 @@ beaglebone () {

device="am335x-sancloud-bbe.dtb" ; dtb_makefile_append

#device="am335x-boneblack-ctag-face.dtb" ; dtb_makefile_append
#device="am335x-bonegreen-ctag-face.dtb" ; dtb_makefile_append
device="am335x-boneblack-ctag-face.dtb" ; dtb_makefile_append
device="am335x-bonegreen-ctag-face.dtb" ; dtb_makefile_append

device="am335x-vsc8531bbb.dtb" ; dtb_makefile_append

device="am57xx-beagle-x15-ctag.dtb" ; dtb_makefile_append
device="am57xx-beagle-x15-revb1-ctag.dtb" ; dtb_makefile_append

git commit -a -m 'auto generated: capes: add dtbs to makefile' -s
git format-patch -1 -o ../patches/beaglebone/generated/
exit 2
Expand Down
9 changes: 9 additions & 0 deletions patches/all.db
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,9 @@ Method: generic
Machine: CSR SiRFprimaII Evaluation Board
Method: generic

Machine: CTAG face-2-4 8CH
Method: generic

Machine: Cubietech Cubieboard
Method: generic

Expand Down Expand Up @@ -1759,6 +1762,9 @@ Method: generic
Machine: TI AM335x BeagleBone Black
Method: generic

Machine: TI AM335x BeagleBone Black AudioCard
Method: generic

Machine: TI AM335x BeagleBone Black Wireless
Method: generic

Expand All @@ -1771,6 +1777,9 @@ Method: generic
Machine: TI AM335x BeagleBone Green
Method: generic

Machine: TI AM335x BeagleBone Green AudioCard
Method: generic

Machine: TI AM335x BeagleBone Green Wireless
Method: generic

Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 6ca7a3f

Please sign in to comment.