diff options
author | Henrique Camargo <henrique@henriquecamargo.com> | 2012-09-13 15:04:36 -0300 |
---|---|---|
committer | Sekhar Nori <nsekhar@ti.com> | 2012-10-27 16:31:04 +0530 |
commit | 5604f69eec0aed392cea2909ee49dd834b782fac (patch) | |
tree | 4788a4c0f79474224ee8b2a7c2e13424f93b5787 /arch/arm/mach-davinci | |
parent | 9ad90238bf4faa488680cf6dddf0d2b137960cc8 (diff) | |
download | talos-op-linux-5604f69eec0aed392cea2909ee49dd834b782fac.tar.gz talos-op-linux-5604f69eec0aed392cea2909ee49dd834b782fac.zip |
ARM: davinci: serial.h: fix uart number in the comment
The bit 0 of the field is uart0 and the bit 1 is uart1 and so on.
Signed-off-by: Henrique Camargo <henrique@henriquecamargo.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Diffstat (limited to 'arch/arm/mach-davinci')
-rw-r--r-- | arch/arm/mach-davinci/include/mach/serial.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-davinci/include/mach/serial.h b/arch/arm/mach-davinci/include/mach/serial.h index 46b3cd11c3c2..86a01fa6d3fe 100644 --- a/arch/arm/mach-davinci/include/mach/serial.h +++ b/arch/arm/mach-davinci/include/mach/serial.h @@ -38,7 +38,7 @@ #ifndef __ASSEMBLY__ struct davinci_uart_config { - /* Bit field of UARTs present; bit 0 --> UART1 */ + /* Bit field of UARTs present; bit 0 --> UART0 */ unsigned int enabled_uarts; }; |