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

Commit e2932339 authored by Taniya Das's avatar Taniya Das
Browse files

dt-bindings: clock: kona: Add support for asynchronous resets



The video client requires video cc and gcc asynchronous resets, so add
reset ids for the same.

Change-Id: Ie6b0c00772946d02cfcdc7f4809ab1381aa440c3
Signed-off-by: default avatarTaniya Das <tdas@codeaurora.org>
parent 7194f63f
Loading
Loading
Loading
Loading
+3 −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_KONA_H
@@ -268,5 +268,7 @@
#define GCC_USB3PHY_PHY_PRIM_BCR				41
#define GCC_USB3PHY_PHY_SEC_BCR					42
#define GCC_USB_PHY_CFG_AHB2PHY_BCR				43
#define GCC_VIDEO_AXI0_CLK_BCR					44
#define GCC_VIDEO_AXI1_CLK_BCR					45

#endif
+3 −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_VIDEO_CC_KONA_H
#define _DT_BINDINGS_CLK_QCOM_VIDEO_CC_KONA_H
@@ -32,5 +32,7 @@
#define CVP_VIDEO_CC_MVS0C_BCR					2
#define CVP_VIDEO_CC_MVS1_BCR					3
#define CVP_VIDEO_CC_MVS1C_BCR					4
#define VIDEO_CC_MVS0C_CLK_BCR					5
#define VIDEO_CC_MVS1C_CLK_BCR					6

#endif