Skip to content

Commit 6616fba

Browse files
committed
cape: cape-universaln: remove P9_31
Signed-off-by: Robert Nelson <[email protected]>
1 parent c83d532 commit 6616fba

File tree

3 files changed

+31
-1
lines changed

3 files changed

+31
-1
lines changed

patch.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -845,6 +845,7 @@ am33x_after () {
845845
${git} "${DIR}/patches/capes/0032-beaglebone-capes-Added-CBB-Relay-cape-dt-overlay.patch"
846846
${git} "${DIR}/patches/capes/0033-Firmware-Update-Replicape-device-tree-overlay-files-.patch"
847847
${git} "${DIR}/patches/capes/0034-cape-add-BB-BONE-AUDI-02-00A0-from-http-elinux.org-C.patch"
848+
${git} "${DIR}/patches/capes/0035-cape-universaln-remove-P9_31.patch"
848849

849850
echo "dir: proto"
850851
${git} "${DIR}/patches/proto/0001-add-new-default-pinmux-based-on-Proto-Cape.patch"
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
From 12fb5191f9cb0ad62ccd2646e19fe694c874210f Mon Sep 17 00:00:00 2001
2+
From: Jason Kridner <[email protected]>
3+
Date: Wed, 14 May 2014 22:44:13 -0400
4+
Subject: [PATCH 35/35] cape-universaln: remove P9_31
5+
6+
It looks like one of the entries was missed.
7+
8+
Signed-off-by: Jason Kridner <[email protected]>
9+
Signed-off-by: Robert Nelson <[email protected]>
10+
---
11+
firmware/capes/cape-universaln-00A0.dts | 2 +-
12+
1 file changed, 1 insertion(+), 1 deletion(-)
13+
14+
diff --git a/firmware/capes/cape-universaln-00A0.dts b/firmware/capes/cape-universaln-00A0.dts
15+
index a4bdbf0..2ecbd1d 100644
16+
--- a/firmware/capes/cape-universaln-00A0.dts
17+
+++ b/firmware/capes/cape-universaln-00A0.dts
18+
@@ -105,7 +105,7 @@
19+
/* "P9.28", Audio */
20+
/* "P9.29", Audio */
21+
"P9.30",
22+
- "P9.31",
23+
+/* "P9.31", Audio */
24+
/* "P9.32", VADC */
25+
/* "P9.33", AIN4 */
26+
/* "P9.34", AGND */
27+
--
28+
2.0.0.rc0
29+

version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ toolchain="gcc_linaro_gnueabihf_4_7"
2727
#Kernel/Build
2828
KERNEL_REL=3.8
2929
KERNEL_TAG=${KERNEL_REL}.13
30-
BUILD=bone52
30+
BUILD=bone52.1
3131

3232
#v3.X-rcX + upto SHA
3333
#KERNEL_SHA=""

0 commit comments

Comments
 (0)