From mboxrd@z Thu Jan 1 00:00:00 1970 From: mgreer@animalcreek.com (Mark A. Greer) Date: Thu, 10 May 2012 12:36:25 -0700 Subject: [PATCH 2/3] ARM: OMAP AM35xx: clock and hwmod data: fix UART4 data In-Reply-To: <20120510172917.13418.14437.stgit@dusk> References: <20120510172449.13418.66815.stgit@dusk> <20120510172917.13418.14437.stgit@dusk> Message-ID: <20120510193625.GD20494@animalcreek.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thu, May 10, 2012 at 11:29:18AM -0600, Paul Walmsley wrote: > 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 > Cc: Mark A. Greer > Cc: Ranjith Lohithakshan > Signed-off-by: Paul Walmsley Acked-by: Mark A. Greer (on an am3517evm)