mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-15 01:24:33 +00:00
ea1cca0268
Add clock definitions for the main clock and reset controllers of MT6735 (apmixedsys, topckgen, infracfg and pericfg). Signed-off-by: Yassine Oudjana <y.oudjana@protonmail.com> Reviewed-by: Conor Dooley <conor.dooley@microchip.com> Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Link: https://lore.kernel.org/r/20241017071708.38663-2-y.oudjana@protonmail.com Signed-off-by: Stephen Boyd <sboyd@kernel.org>
17 lines
433 B
C
17 lines
433 B
C
/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
|
|
|
|
#ifndef _DT_BINDINGS_CLK_MT6735_APMIXEDSYS_H
|
|
#define _DT_BINDINGS_CLK_MT6735_APMIXEDSYS_H
|
|
|
|
#define CLK_APMIXED_ARMPLL 0
|
|
#define CLK_APMIXED_MAINPLL 1
|
|
#define CLK_APMIXED_UNIVPLL 2
|
|
#define CLK_APMIXED_MMPLL 3
|
|
#define CLK_APMIXED_MSDCPLL 4
|
|
#define CLK_APMIXED_VENCPLL 5
|
|
#define CLK_APMIXED_TVDPLL 6
|
|
#define CLK_APMIXED_APLL1 7
|
|
#define CLK_APMIXED_APLL2 8
|
|
|
|
#endif
|