aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDmitry Rokosov <ddrokosov@salutedevices.com>2024-05-15 21:47:27 +0300
committerJerome Brunet <jbrunet@baylibre.com>2024-06-10 12:16:45 +0200
commit41056416ed538d1a05dbba57060c02acdc5154e7 (patch)
tree63c029941df8270190a8a4e64e544d18635e9cc3 /include
parentdt-bindings: clock: meson: a1: pll: introduce new syspll bindings (diff)
downloadlinux-41056416ed538d1a05dbba57060c02acdc5154e7.tar.gz
linux-41056416ed538d1a05dbba57060c02acdc5154e7.zip
dt-bindings: clock: meson: a1: peripherals: support sys_pll input
The 'sys_pll' input is an optional clock that can be used to generate 'sys_pll_div16', which serves as one of the sources for the GEN clock. Signed-off-by: Dmitry Rokosov <ddrokosov@salutedevices.com> Acked-by: Rob Herring (Arm) <robh@kernel.org> Link: https://lore.kernel.org/r/20240515185103.20256-5-ddrokosov@salutedevices.com Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Diffstat (limited to 'include')
-rw-r--r--include/dt-bindings/clock/amlogic,a1-peripherals-clkc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/amlogic,a1-peripherals-clkc.h b/include/dt-bindings/clock/amlogic,a1-peripherals-clkc.h
index 06f198ee7623..2ce1a06dc735 100644
--- a/include/dt-bindings/clock/amlogic,a1-peripherals-clkc.h
+++ b/include/dt-bindings/clock/amlogic,a1-peripherals-clkc.h
@@ -164,5 +164,6 @@
#define CLKID_DMC_SEL 151
#define CLKID_DMC_DIV 152
#define CLKID_DMC_SEL2 153
+#define CLKID_SYS_PLL_DIV16 154
#endif /* __A1_PERIPHERALS_CLKC_H */