summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-ti33x-psp-3.2/beaglebone/0037-Beaglebone-Added-missing-termination-record-to-bone_.patch
blob: e40cd6325fec0b2f048e4f347268813dae36e2ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
From 387e0633f95924f2e70dd48651720c6718e0ff2f Mon Sep 17 00:00:00 2001
From: Bas Laarhoven <sjml@xs4all.nl>
Date: Sun, 13 May 2012 18:18:52 +0200
Subject: [PATCH 37/56] Beaglebone: Added missing termination record to
 bone_pin_mux data.

Signed-off-by: Bas Laarhoven <sjml@xs4all.nl>
---
 arch/arm/mach-omap2/board-am335xevm.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-omap2/board-am335xevm.c b/arch/arm/mach-omap2/board-am335xevm.c
index b48e0fd..7dbeac6 100644
--- a/arch/arm/mach-omap2/board-am335xevm.c
+++ b/arch/arm/mach-omap2/board-am335xevm.c
@@ -1428,6 +1428,7 @@ static struct pinmux_config bone_pin_mux[] = {
     {"gpmc_a8.rgmii2_rd3", OMAP_MUX_MODE7 | AM33XX_PIN_OUTPUT},
     /* Grounding gpio1_6 (pin 3 Conn A) signals bone tester to start diag tests */
     {"gpmc_ad6.gpio1_6", OMAP_MUX_MODE7 | AM33XX_PIN_INPUT_PULLUP},
+	{NULL, 0},
 };
 
 /* Module pin mux for eCAP0 */
-- 
1.7.7.6