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

Commit 606d58aa authored by Naveen Yadav's avatar Naveen Yadav
Browse files

clk: qcom-bengal: Add support for GCC_SDCC1_BCR



SDCC driver need GCC_SDCC1_BCR to enable debug feature
support, so add support for the same.

Change-Id: Idbc4f442446445dd52d895162b215bb315c56122
Signed-off-by: default avatarNaveen Yadav <naveenky@codeaurora.org>
parent 1c2d8546
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0-only
/*
 * Copyright (c) 2019, The Linux Foundation. All rights reserved.
 * Copyright (c) 2019-2020, The Linux Foundation. All rights reserved.
 */

#define pr_fmt(fmt) "clk: %s: " fmt, __func__
@@ -3766,6 +3766,7 @@ static struct clk_regmap *gcc_bengal_clocks[] = {
static const struct qcom_reset_map gcc_bengal_resets[] = {
	[GCC_QUSB2PHY_PRIM_BCR] = { 0x1c000 },
	[GCC_QUSB2PHY_SEC_BCR] = { 0x1c004 },
	[GCC_SDCC1_BCR] = { 0x38000 },
	[GCC_UFS_PHY_BCR] = { 0x45000 },
	[GCC_USB30_PRIM_BCR] = { 0x1a000 },
	[GCC_USB_PHY_CFG_AHB2PHY_BCR] = { 0x1d000 },