diff --git a/msm/eva/msm_cvp_debug.c b/msm/eva/msm_cvp_debug.c index 5eea8602ab..e00cd1635a 100644 --- a/msm/eva/msm_cvp_debug.c +++ b/msm/eva/msm_cvp_debug.c @@ -1,7 +1,7 @@ // SPDX-License-Identifier: GPL-2.0-only /* * Copyright (c) 2018-2021, The Linux Foundation. All rights reserved. - * Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved. + * Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved. */ #include @@ -18,7 +18,7 @@ EXPORT_SYMBOL(msm_cvp_debug); int msm_cvp_debug_out = CVP_OUT_PRINTK; EXPORT_SYMBOL(msm_cvp_debug_out); -int msm_cvp_fw_debug = 0x10018; +int msm_cvp_fw_debug = 0x18; int msm_cvp_fw_debug_mode = 1; int msm_cvp_fw_low_power_mode = 1; bool msm_cvp_fw_coverage = !true;