Skip to content

Commit

Permalink
optee: Update IVShmem region ID into the unified range
Browse files Browse the repository at this point in the history
Test done:
   1. adb reboot twice successfully.
   2. power on, power off work normally.
   3. adb, BT, Wi-Fi audio work normally.

Tracked-On: OAM-124023
Signed-off-by: Zhao, Shirley <[email protected]>
  • Loading branch information
xyzhao2018 authored and JeevakaPrabu committed Sep 8, 2024
1 parent c8db0ea commit f713630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/tee/optee/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ static DEFINE_SEMAPHORE(optee_smc_lock);

#define OPTEE_SHM_SMC_SIZE 0x200000

#define PCI_DEVICE_ID_INTEL0 0x7465
#define PCI_DEVICE_ID_INTEL0 0x1

/* QNX tee shm size in pages*/
#define QNX_TEE_SHM_SIZE 0x500
Expand Down

0 comments on commit f713630

Please sign in to comment.