mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-07-16 22:38:04 +00:00
7b09dfe646
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
30 lines
1.0 KiB
Diff
30 lines
1.0 KiB
Diff
From d8bf8cea10710285b5bc1759162bd18c81d8ea3a Mon Sep 17 00:00:00 2001
|
|
From: Koen Kooi <koen@dominion.thruhere.net>
|
|
Date: Wed, 25 Jan 2012 12:52:13 +0100
|
|
Subject: [PATCH 34/35] beaglebone: really enable i2c2 pullups, fixes timeouts on boot ~4 seconds less wasted
|
|
|
|
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
|
|
---
|
|
arch/arm/mach-omap2/board-am335xevm.c | 4 ++--
|
|
1 files changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/arch/arm/mach-omap2/board-am335xevm.c b/arch/arm/mach-omap2/board-am335xevm.c
|
|
index 7c91ff8..9556736 100644
|
|
--- a/arch/arm/mach-omap2/board-am335xevm.c
|
|
+++ b/arch/arm/mach-omap2/board-am335xevm.c
|
|
@@ -707,9 +707,9 @@ static struct pinmux_config i2c1_pin_mux[] = {
|
|
|
|
static struct pinmux_config i2c2_pin_mux[] = {
|
|
{"uart1_ctsn.i2c2_sda", OMAP_MUX_MODE3 | AM33XX_SLEWCTRL_SLOW |
|
|
- AM33XX_PULL_ENBL | AM33XX_INPUT_EN},
|
|
+ AM33XX_PIN_INPUT_PULLUP},
|
|
{"uart1_rtsn.i2c2_scl", OMAP_MUX_MODE3 | AM33XX_SLEWCTRL_SLOW |
|
|
- AM33XX_PULL_ENBL | AM33XX_INPUT_EN},
|
|
+ AM33XX_PIN_INPUT_PULLUP},
|
|
{NULL, 0},
|
|
};
|
|
|
|
--
|
|
1.7.2.5
|
|
|