mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 10:58:48 +09:00
dt-bindings: display: add rockchip tve dclk upsample mode macro
Signed-off-by: Damon Ding <damon.ding@rock-chips.com> Change-Id: Ie887ab493f2a9c07d1552e3f400ba9ed55217029
This commit is contained in:
15
include/dt-bindings/display/rockchip-tve.h
Normal file
15
include/dt-bindings/display/rockchip-tve.h
Normal file
@@ -0,0 +1,15 @@
|
||||
/* 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
|
||||
Reference in New Issue
Block a user