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

Commit 517207a7 authored by Satya Durga Srinivasu Prabhala's avatar Satya Durga Srinivasu Prabhala Committed by Prasad Sodagudi
Browse files

serial: Add UART port for EUD



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

CRs-Fixed: 1060581
Change-Id: Ib2bcf15df04875e5d9eb7ce3dc30f1d187236279
Signed-off-by: default avatarSatya Durga Srinivasu Prabhala <satyap@codeaurora.org>
parent a6c6ee7b
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -271,4 +271,7 @@
/* MPS2 UART */
#define PORT_MPS2UART	116

/* QTI EUD UART */
#define PORT_EUD_UART	117

#endif /* _UAPILINUX_SERIAL_CORE_H */