Skip to content

Commit

Permalink
add: am335x-boneblack-roboticscape.dtb
Browse files Browse the repository at this point in the history
merge: beagleboard/linux#106
Signed-off-by: Robert Nelson <[email protected]>
  • Loading branch information
RobertCNelson committed Oct 24, 2016
1 parent 7df7918 commit 3f51b70
Show file tree
Hide file tree
Showing 5 changed files with 477 additions and 10 deletions.
4 changes: 3 additions & 1 deletion patch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -928,10 +928,11 @@ beaglebone () {
fi

${git} "${DIR}/patches/beaglebone/blue/0001-ARM-dts-add-am335x-boneblue.dtb.patch"
${git} "${DIR}/patches/beaglebone/blue/0002-add-am335x-boneblack-roboticscape.dts.patch"

if [ "x${regenerate}" = "xenable" ] ; then
wdir="beaglebone/blue"
number=1
number=2
cleanup
fi

Expand Down Expand Up @@ -1130,6 +1131,7 @@ beaglebone () {
device="am335x-boneblack-bbb-exp-c.dtb" ; dtb_makefile_append
device="am335x-boneblack-bbb-exp-r.dtb" ; dtb_makefile_append
device="am335x-boneblack-audio.dtb" ; dtb_makefile_append
device="am335x-boneblack-roboticscape.dtb" ; dtb_makefile_append

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

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From 311c06679136cb05bba73c8d66255fb877ad5b42 Mon Sep 17 00:00:00 2001
From becb6540070f7497589149873616f38289adc7d0 Mon Sep 17 00:00:00 2001
From: Robert Nelson <[email protected]>
Date: Fri, 21 Oct 2016 12:40:31 -0500
Subject: [PATCH] ARM: dts: add am335x-boneblue.dtb
Subject: [PATCH 1/2] ARM: dts: add am335x-boneblue.dtb

Signed-off-by: Robert Nelson <[email protected]>
---
Expand Down
Loading

0 comments on commit 3f51b70

Please sign in to comment.