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

Commit d7475777 authored by Prakruthi Deepak Heragu's avatar Prakruthi Deepak Heragu
Browse files

serial: Add UART port for EUD



This commit adds new UART port to support UART available on Embedded
USB Debugger (EUD).

Change-Id: Ib2bcf15df04875e5d9eb7ce3dc30f1d187236279
Signed-off-by: default avatarSatya Durga Srinivasu Prabhala <satyap@codeaurora.org>
Signed-off-by: default avatarPrakruthi Deepak Heragu <pheragu@codeaurora.org>
parent 11b286fb
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -293,4 +293,7 @@
/* Freescale Linflex UART */
#define PORT_LINFLEXUART	122

/* QTI EUD UART */
#define PORT_EUD_UART  118

#endif /* _UAPILINUX_SERIAL_CORE_H */