18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci * Copyright (c) 2017-2020, The Linux Foundation. All rights reserved.
48c2ecf20Sopenharmony_ci */
58c2ecf20Sopenharmony_ci
68c2ecf20Sopenharmony_ci#ifndef _DT_BINDINGS_CLK_QCOM_VIDEO_CC_SM8150_H
78c2ecf20Sopenharmony_ci#define _DT_BINDINGS_CLK_QCOM_VIDEO_CC_SM8150_H
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_ci/* VIDEO_CC clocks */
108c2ecf20Sopenharmony_ci#define VIDEO_CC_IRIS_AHB_CLK		0
118c2ecf20Sopenharmony_ci#define VIDEO_CC_IRIS_CLK_SRC		1
128c2ecf20Sopenharmony_ci#define VIDEO_CC_MVS0_CORE_CLK		2
138c2ecf20Sopenharmony_ci#define VIDEO_CC_MVS1_CORE_CLK		3
148c2ecf20Sopenharmony_ci#define VIDEO_CC_MVSC_CORE_CLK		4
158c2ecf20Sopenharmony_ci#define VIDEO_CC_PLL0			5
168c2ecf20Sopenharmony_ci
178c2ecf20Sopenharmony_ci/* VIDEO_CC Resets */
188c2ecf20Sopenharmony_ci#define VIDEO_CC_MVSC_CORE_CLK_BCR	0
198c2ecf20Sopenharmony_ci#define VIDEO_CC_INTERFACE_BCR		1
208c2ecf20Sopenharmony_ci#define VIDEO_CC_MVS0_BCR		2
218c2ecf20Sopenharmony_ci#define VIDEO_CC_MVS1_BCR		3
228c2ecf20Sopenharmony_ci#define VIDEO_CC_MVSC_BCR		4
238c2ecf20Sopenharmony_ci
248c2ecf20Sopenharmony_ci/* VIDEO_CC GDSCRs */
258c2ecf20Sopenharmony_ci#define VENUS_GDSC			0
268c2ecf20Sopenharmony_ci#define VCODEC0_GDSC			1
278c2ecf20Sopenharmony_ci#define VCODEC1_GDSC			2
288c2ecf20Sopenharmony_ci
298c2ecf20Sopenharmony_ci#endif
30