summaryrefslogtreecommitdiff
path: root/include/dt-bindings/clock/at91.h
diff options
context:
space:
mode:
authorZixun LI <admin@hifiphile.com>2022-01-11 17:20:50 +0300
committerStephen Boyd <sboyd@kernel.org>2022-01-25 04:05:34 +0300
commitea2be22f3d37b1e77fbfe46cd6536eab667107ec (patch)
tree2d6fe594d599ffd0ed11603f685a0732a683b689 /include/dt-bindings/clock/at91.h
parente783362eb54cd99b2cac8b3a9aeac942e6f6ac07 (diff)
downloadlinux-ea2be22f3d37b1e77fbfe46cd6536eab667107ec.tar.xz
clk: at91: allow setting PMC_AUDIOPINCK clock parents via DT
Make AUDIOPINCK accessible via phandle to select it as peripheral clock parent using assigned-clock-parents in DT where available. Signed-off-by: Zixun LI <admin@hifiphile.com> Reviewed-by: Claudiu Beznea <Claudiu.Beznea@microchip.com> Link: https://lore.kernel.org/r/20220111142051.37957-1-admin@hifiphile.com Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'include/dt-bindings/clock/at91.h')
-rw-r--r--include/dt-bindings/clock/at91.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/at91.h b/include/dt-bindings/clock/at91.h
index 98e1b2ab6403..573cf8c25eb4 100644
--- a/include/dt-bindings/clock/at91.h
+++ b/include/dt-bindings/clock/at91.h
@@ -24,6 +24,7 @@
#define PMC_PLLACK 7
#define PMC_PLLBCK 8
#define PMC_AUDIOPLLCK 9
+#define PMC_AUDIOPINCK 10
/* SAMA7G5 */
#define PMC_CPUPLL (PMC_MAIN + 1)