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

Commit 84837883 authored by Alok Chauhan's avatar Alok Chauhan Committed by Sridhar Gujje
Browse files

msm: camera: jpeg: Update reset command value for jpeg dma



Avoid core reset during jpeg dma reset sequence as it can
lead to MSF arbitter reset if other jpeg core is active.

Change-Id: Ie655288a136f1a273d27a13b1acde0c076eabc00
Signed-off-by: default avatarAlok Chauhan <alokc@codeaurora.org>
parent b6d22efe
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
/* Copyright (c) 2020 The Linux Foundation. All rights reserved.
/* Copyright (c) 2020-2021 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
@@ -39,7 +39,7 @@ static struct cam_jpeg_dma_device_hw_info cam_jpeg_dma_hw_info = {
		.int_mask_disable_all = 0x00000000,
		.int_mask_enable_all = 0xFFFFFFFF,
		.hw_cmd_start = 0x00000001,
		.reset_cmd = 0x32083,
		.reset_cmd = 0x12083,
		.hw_cmd_stop = 0x00000004,
	},
	.int_status = {