Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5604f69e authored by Henrique Camargo's avatar Henrique Camargo Committed by Sekhar Nori
Browse files

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: default avatarHenrique Camargo <henrique@henriquecamargo.com>
Signed-off-by: default avatarSekhar Nori <nsekhar@ti.com>
parent 9ad90238
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -38,7 +38,7 @@


#ifndef __ASSEMBLY__
#ifndef __ASSEMBLY__
struct davinci_uart_config {
struct davinci_uart_config {
	/* Bit field of UARTs present; bit 0 --> UART1 */
	/* Bit field of UARTs present; bit 0 --> UART0 */
	unsigned int enabled_uarts;
	unsigned int enabled_uarts;
};
};