haven: hh_ctrl: pass right function number for enabling hyp uart

Send correct function number to hypervisor for enabling hyp uart
functionality.

Change-Id: Idf071279cfb27016510d8d5b5908d0c8d66a489e
Signed-off-by: Murali Nalajala <mnalajal@codeaurora.org>
This commit is contained in:
Murali Nalajala
2021-02-05 16:06:47 -08:00
parent 93a7096405
commit d560c5200a

View File

@@ -101,7 +101,7 @@ static void __exit hh_sysfs_unregister(void)
ARM_SMCCC_OWNER_VENDOR_HYP, 0x0)
#define QC_HYP_SMCCC_UART_ENABLE \
ARM_SMCCC_CALL_VAL(ARM_SMCCC_FAST_CALL, ARM_SMCCC_SMC_32, \
ARM_SMCCC_OWNER_VENDOR_HYP, 0x1)
ARM_SMCCC_OWNER_VENDOR_HYP, 0xc)
#define ENABLE 1
#define DISABLE 0