From: Philipp Zabel
Date: Fri, 21 Jun 2013 13:36:11 +0000 (+0200)
Subject: ARM i.MX53: Fix UART pad configuration
X-Git-Tag: v3.11-rc3~8^2~10^2~8
X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5786b8e934e77f76f689c515baa582ff5a196ec;p=pandora-kernel.git
ARM i.MX53: Fix UART pad configuration
The current default pad configuration for UART RX and TX pads sets a 360k
pull-down and writes 1 to a reserved bit (1 << 0). It doesn't seem right to
me that in idle state, the UART has to keep the signal high against a
pull-down resistor.
This patch instead sets a 100k pull-up, which incidentally corresponds to the
register reset value for all but one (MX53_PAD_KEY_ROW0__UART4_RXD_MUX) pad,
and removes the write to the reserved bit.
Signed-off-by: Philipp Zabel
Signed-off-by: Shawn Guo
---
Reading git-diff-tree failed