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

Commit 74cba162 authored by Naveen Kaje's avatar Naveen Kaje Committed by Gerrit - the friendly Code Review server
Browse files

msm_serial_hs: Modify the PM ioctl



Modify the PM ioctls to comply with compat ioctls.

Change-Id: I41c8e44de202cb90eb9650fd3f7975e28cf74b7d
Signed-off-by: default avatarNaveen Kaje <nkaje@codeaurora.org>
parent 4c5e5900
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -32,9 +32,9 @@
#define ADM1_CRCI_GSBI6_RX_SEL         0x800
#define ADM1_CRCI_GSBI6_TX_SEL         0x400

#define MSM_ENABLE_UART_CLOCK 13
#define MSM_DISABLE_UART_CLOCK 14
#define MSM_GET_UART_CLOCK_STATUS 15
#define MSM_ENABLE_UART_CLOCK TIOCPMGET
#define MSM_DISABLE_UART_CLOCK TIOCPMPUT
#define MSM_GET_UART_CLOCK_STATUS TIOCPMACT

enum msm_hsl_regs {
	UARTDM_MR1,