1*f126890aSEmmanuel Vadot /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */ 2*f126890aSEmmanuel Vadot /* 3*f126890aSEmmanuel Vadot * Copyright (c) 2019, The Linux Foundation. All rights reserved. 4*f126890aSEmmanuel Vadot * Copyright (c) 2023, Linaro Limited 5*f126890aSEmmanuel Vadot */ 6*f126890aSEmmanuel Vadot 7*f126890aSEmmanuel Vadot #ifndef _DT_BINDINGS_RESET_QCOM_VIDEO_CC_SM8350_H 8*f126890aSEmmanuel Vadot #define _DT_BINDINGS_RESET_QCOM_VIDEO_CC_SM8350_H 9*f126890aSEmmanuel Vadot 10*f126890aSEmmanuel Vadot #define VIDEO_CC_CVP_INTERFACE_BCR 0 11*f126890aSEmmanuel Vadot #define VIDEO_CC_CVP_MVS0_BCR 1 12*f126890aSEmmanuel Vadot #define VIDEO_CC_MVS0C_CLK_ARES 2 13*f126890aSEmmanuel Vadot #define VIDEO_CC_CVP_MVS0C_BCR 3 14*f126890aSEmmanuel Vadot #define VIDEO_CC_CVP_MVS1_BCR 4 15*f126890aSEmmanuel Vadot #define VIDEO_CC_MVS1C_CLK_ARES 5 16*f126890aSEmmanuel Vadot #define VIDEO_CC_CVP_MVS1C_BCR 6 17*f126890aSEmmanuel Vadot 18*f126890aSEmmanuel Vadot #endif 19