media: camera: Fix Major and Minor number
Fix TA Major and Minor number. Change-Id: I65a800ec8d84445efc05b9763062d476b1d0f27a Signed-off-by: Neeraj Soni <neersoni@codeaurora.org>
This commit is contained in:
parent
9656c6c641
commit
b98ee859fc
2 changed files with 5 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
/* Copyright (c) 2016-2017, The Linux Foundation. All rights reserved.
|
||||
/* Copyright (c) 2016-2018, The Linux Foundation. All rights reserved.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License version 2 and
|
||||
|
@ -25,8 +25,8 @@
|
|||
#define MSM_CAMERA_TZ_BOOT_PROTECTED (false)
|
||||
|
||||
/* Update version major number in case the HLOS-TA interface is changed*/
|
||||
#define TA_IF_VERSION_MAJ 1
|
||||
#define TA_IF_VERSION_MIN 2
|
||||
#define TA_IF_VERSION_MAJ 2
|
||||
#define TA_IF_VERSION_MIN 1
|
||||
|
||||
#undef CDBG
|
||||
#ifdef MSM_CAMERA_TZ_UTIL_VERBOSE
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* Copyright (c) 2016, The Linux Foundation. All rights reserved.
|
||||
/* Copyright (c) 2016-2018, The Linux Foundation. All rights reserved.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License version 2 and
|
||||
|
@ -29,7 +29,7 @@
|
|||
#define MSM_CAMERA_TZ_HW_BLOCK_CPP 0x0000000010
|
||||
|
||||
enum msm_camera_tz_cmd_id_t {
|
||||
MSM_CAMERA_TZ_CMD_NONE,
|
||||
MSM_CAMERA_TZ_CMD_NONE = 56000,
|
||||
MSM_CAMERA_TZ_CMD_GET_IF_VERSION,
|
||||
MSM_CAMERA_TZ_CMD_POWER_UP,
|
||||
MSM_CAMERA_TZ_CMD_POWER_DOWN,
|
||||
|
|
Loading…
Add table
Reference in a new issue