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

Commit c56b3387 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "clk: qcom: gcc: Add support of USB PHY BCR for LITO"

parents c24ff262 33cb9efd
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2690,11 +2690,14 @@ static const struct qcom_reset_map gcc_lito_resets[] = {
	[GCC_PRNG_BCR] = { 0x34000 },
	[GCC_QUPV3_WRAPPER_0_BCR] = { 0x17000 },
	[GCC_QUPV3_WRAPPER_1_BCR] = { 0x18000 },
	[GCC_QUSB2PHY_PRIM_BCR] = { 0x12000 },
	[GCC_SDCC1_BCR] = { 0x26000 },
	[GCC_SDCC2_BCR] = { 0x14000 },
	[GCC_SDCC4_BCR] = { 0x16000 },
	[GCC_UFS_PHY_BCR] = { 0x77000 },
	[GCC_USB30_PRIM_BCR] = { 0xf000 },
	[GCC_USB3_DP_PHY_PRIM_BCR] = { 0x50008 },
	[GCC_USB3_PHY_PRIM_BCR] = { 0x50000 },
	[GCC_USB_PHY_CFG_AHB2PHY_BCR] = { 0x6a000 },
};

+4 −1
Original line number Diff line number Diff line
/* SPDX-License-Identifier: GPL-2.0-only */
/* Copyright (c) 2018, The Linux Foundation. All rights reserved. */
/* Copyright (c) 2018-2019, The Linux Foundation. All rights reserved. */

#ifndef _DT_BINDINGS_CLK_QCOM_GCC_LITO_H
#define _DT_BINDINGS_CLK_QCOM_GCC_LITO_H
@@ -153,5 +153,8 @@
#define GCC_UFS_PHY_BCR						12
#define GCC_USB30_PRIM_BCR					13
#define GCC_USB_PHY_CFG_AHB2PHY_BCR				14
#define GCC_QUSB2PHY_PRIM_BCR					15
#define GCC_USB3_DP_PHY_PRIM_BCR				16
#define GCC_USB3_PHY_PRIM_BCR					17

#endif