diff options
author | Zixun LI <admin@hifiphile.com> | 2022-01-11 14:20:50 +0000 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2022-01-24 17:05:34 -0800 |
commit | ea2be22f3d37b1e77fbfe46cd6536eab667107ec (patch) | |
tree | 2d6fe594d599ffd0ed11603f685a0732a683b689 /include/dt-bindings | |
parent | e783362eb54cd99b2cac8b3a9aeac942e6f6ac07 (diff) |
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')
-rw-r--r-- | include/dt-bindings/clock/at91.h | 1 |
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) |