You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
302 B
16 lines
302 B
/* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */
|
|
/*
|
|
* Copyright (c) 2022 Rockchip Electronics Co., Ltd.
|
|
*/
|
|
|
|
|
|
#ifndef _DT_BINDINGS_ROCKCHIP_TVE_H
|
|
#define _DT_BINDINGS_ROCKCHIP_TVE_H
|
|
|
|
/* tve dclk upsample mode */
|
|
#define DCLK_UPSAMPLEx1 0
|
|
#define DCLK_UPSAMPLEx2 1
|
|
#define DCLK_UPSAMPLEx4 2
|
|
|
|
#endif
|