Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

[PATCH] m68knommu: GPIO line defines for the ColdFire 5282

For the Freescale M5282 ColdFire,
Port UA Pin Assignment Register should set to UART mode.
Patch submitted by David Wu <davidwu@arcturusnetworks.com>.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Greg Ungerer and committed by
Linus Torvalds
8bb25184 28580df0

+3
+3
include/asm-m68knommu/m528xsim.h
··· 47 47 /* set Port AS pin for I2C or UART */ 48 48 #define MCF5282_GPIO_PASPAR (volatile u16 *) (MCF_IPSBAR + 0x00100056) 49 49 50 + /* Port UA Pin Assignment Register (8 Bit) */ 51 + #define MCF5282_GPIO_PUAPAR 0x10005C 52 + 50 53 /* Interrupt Mask Register Register Low */ 51 54 #define MCF5282_INTC0_IMRL (volatile u32 *) (MCF_IPSBAR + 0x0C0C) 52 55 /* Interrupt Control Register 7 */