]> bbs.cooldavid.org Git - net-next-2.6.git/commit
ARM: 6204/1: Fixups for the RealView PB1176
authorLinus Walleij <linus.walleij@stericsson.com>
Fri, 2 Jul 2010 09:24:03 +0000 (10:24 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 9 Jul 2010 13:32:35 +0000 (14:32 +0100)
commit48f1d5a3cef5782cbc7a32c29f1eda2342877c13
tree1a7852e7b646f48118dbb97988c44f1971cd4a8e
parentbde28b846e7e0ea6fea78f6ad1c43091fdf4d3e0
ARM: 6204/1: Fixups for the RealView PB1176

This is a number of basic fixes to the PB1176 that makes it tick
properly:

- Detect MMC insertion/removal even when PL061 GPIO is not compiled
  in. The register to read this status directly is removed on the
  PB1176.
- Define the UART3 on the DevChip (where is actually is) and define
  the new UART4 serial port on the FPGA.
- Also define the clocks for these two UARTs apropriately.
- Remove the false notion that the PB1176 should have its CLCD
  on the ISSP, this is not the case, it is in the DevChip.
- Remove the defintions and the previously commented-out PL081
  DMAC. As confirmed by mail this was found to be broken on the
  PB1176 board and removed from the subsequent FPGA images.

Signed-off-by: Linus Walleij <linus.walleij@stericsson.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-realview/core.c
arch/arm/mach-realview/include/mach/board-pb1176.h
arch/arm/mach-realview/realview_pb1176.c