]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: tegra: turn on UART A clock at boot
authorStephen Warren <swarren@nvidia.com>
Tue, 24 Jul 2012 21:44:11 +0000 (15:44 -0600)
committerStephen Warren <swarren@nvidia.com>
Thu, 6 Sep 2012 17:47:18 +0000 (11:47 -0600)
commit4cd97d96c83e16840c3639d3b38833d81888b1d3
tree88781a0de75049ba31bb3f3b6948f4a08c979472
parentb2e1336c8ef589c73e50248b4aa2b3a85299e0be
ARM: tegra: turn on UART A clock at boot

Some boards use UART D for the main serial console, and some use UART A.
UART D's clock is listed in board-dt-tegra20.c's clock table, whereas
UART A's clock is not. This causes the clock code to think UART A's
clock is unsed. The common clock framework turns off unused clocks at
boot time. This makes the kernel appear to hang. Add UART A's clock into
the clock table to prevent this. Eventually, this requirement should be
handled by the UART driver, and/or properties in a board-specific device
tree file.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
arch/arm/mach-tegra/board-dt-tegra20.c