]> Pileus Git - ~andy/linux/commit
ARM: OMAP AM35xx: clock and hwmod data: fix UART4 data
authorPaul Walmsley <paul@pwsan.com>
Wed, 27 Jun 2012 20:53:46 +0000 (14:53 -0600)
committerPaul Walmsley <paul@pwsan.com>
Wed, 27 Jun 2012 20:53:46 +0000 (14:53 -0600)
commitbf7652372777c3a6003a05a3e9e462c3dcd0c90d
tree64209638d1a89607daf759ab763270159ff62af3
parent89ea25835a5565a0a7abf4e2b423c30408d74a80
ARM: OMAP AM35xx: clock and hwmod data: fix UART4 data

Add missing terminators to the arrays of IRQ, DMA, and address space
structure records in the AM35xx UART4 hwmod data.  Without these
terminators, the following warnings appear on boot:

omap_uart.3: failed to claim resource 58
omap_device: omap_uart: build failed (-16)
WARNING: at /home/paul/linux/arch/arm/mach-omap2/serial.c:375 omap_serial_init_port+0x198/0x284()
Could not build omap_device for omap_uart: uart4.

Also, AM35xx uart4_fck has an incorrect parent clock pointer.  Fix it
and clean up a whitespace issue.

Fix some incorrectly-named macros related to AM35xx UART4.

Cc: Kyle Manna <kyle.manna@fuel7.com>
Cc: Mark A. Greer <mgreer@animalcreek.com>
Cc: Ranjith Lohithakshan <ranjithl@ti.com>
Signed-off-by: Paul Walmsley <paul@pwsan.com>
Tested-by: Mark A. Greer <mgreer@animalcreek.com>
arch/arm/mach-omap2/clock3xxx_data.c
arch/arm/mach-omap2/cm-regbits-34xx.h
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
arch/arm/mach-omap2/prcm-common.h