mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-08-28 00:19:36 +00:00

Add device tree bindings for syscon clock and reset controllers (IMGSYS, MFGCFG, VDECSYS and VENCSYS). Signed-off-by: Yassine Oudjana <y.oudjana@protonmail.com> Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Acked-by: Conor Dooley <conor.dooley@microchip.com> Link: https://lore.kernel.org/r/20241106111402.200940-2-y.oudjana@protonmail.com Signed-off-by: Stephen Boyd <sboyd@kernel.org>
12 lines
309 B
C
12 lines
309 B
C
/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
|
|
|
|
#ifndef _DT_BINDINGS_CLK_MT6735_VENCSYS_H
|
|
#define _DT_BINDINGS_CLK_MT6735_VENCSYS_H
|
|
|
|
#define CLK_VENC_SMI_LARB3 0
|
|
#define CLK_VENC_VENC 1
|
|
#define CLK_VENC_JPGENC 2
|
|
#define CLK_VENC_JPGDEC 3
|
|
|
|
#endif /* _DT_BINDINGS_CLK_MT6735_VENCSYS_H */
|