mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +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>
15 lines
409 B
C
15 lines
409 B
C
/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
|
|
|
|
#ifndef _DT_BINDINGS_CLK_MT6735_IMGSYS_H
|
|
#define _DT_BINDINGS_CLK_MT6735_IMGSYS_H
|
|
|
|
#define CLK_IMG_SMI_LARB2 0
|
|
#define CLK_IMG_CAM_SMI 1
|
|
#define CLK_IMG_CAM_CAM 2
|
|
#define CLK_IMG_SEN_TG 3
|
|
#define CLK_IMG_SEN_CAM 4
|
|
#define CLK_IMG_CAM_SV 5
|
|
#define CLK_IMG_SUFOD 6
|
|
#define CLK_IMG_FD 7
|
|
|
|
#endif /* _DT_BINDINGS_CLK_MT6735_IMGSYS_H */
|