/* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */
|
/*
|
* Copyright (c) 2021 Rockchip Electronics Co., Ltd.
|
*/
|
|
|
#ifndef _DT_BINDINGS_ROCKCHIP_VOP_H
|
#define _DT_BINDINGS_ROCKCHIP_VOP_H
|
|
#define ROCKCHIP_VOP2_CLUSTER0 0
|
#define ROCKCHIP_VOP2_CLUSTER1 1
|
#define ROCKCHIP_VOP2_ESMART0 2
|
#define ROCKCHIP_VOP2_ESMART1 3
|
#define ROCKCHIP_VOP2_SMART0 4
|
#define ROCKCHIP_VOP2_SMART1 5
|
#define ROCKCHIP_VOP2_CLUSTER2 6
|
#define ROCKCHIP_VOP2_CLUSTER3 7
|
#define ROCKCHIP_VOP2_ESMART2 8
|
#define ROCKCHIP_VOP2_ESMART3 9
|
|
#endif
|