msm: camera: jpeg: Fix jpeg hw hang after flush
Add block formatter reset bit missing from reset cmd. CRs-Fixed: 2525580 Change-Id: I17afb362d945952ae63c50621058f1c5748281df Signed-off-by: Suraj Dongre <sdongre@codeaurora.org>
This commit is contained in:
parent
1500c7dad5
commit
af2756b88f
@ -1,6 +1,6 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/*
|
||||
* Copyright (c) 2017-2018, The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2017-2019, The Linux Foundation. All rights reserved.
|
||||
*/
|
||||
|
||||
#ifndef CAM_JPEG_ENC_HW_INFO_TITAN170_H
|
||||
@ -58,7 +58,7 @@ static struct cam_jpeg_enc_device_hw_info cam_jpeg_enc_hw_info = {
|
||||
.int_mask_disable_all = 0x00000000,
|
||||
.int_mask_enable_all = 0xFFFFFFFF,
|
||||
.hw_cmd_start = 0x00000001,
|
||||
.reset_cmd = 0x00032093,
|
||||
.reset_cmd = 0x200320D3,
|
||||
.hw_cmd_stop = 0x00000002,
|
||||
},
|
||||
.int_status = {
|
||||
|
Loading…
Reference in New Issue
Block a user