diff options
| author | Dmitry Rokosov <ddrokosov@salutedevices.com> | 2024-05-15 21:47:27 +0300 |
|---|---|---|
| committer | Jerome Brunet <jbrunet@baylibre.com> | 2024-06-10 12:16:45 +0200 |
| commit | 41056416ed538d1a05dbba57060c02acdc5154e7 (patch) | |
| tree | 63c029941df8270190a8a4e64e544d18635e9cc3 /include | |
| parent | dt-bindings: clock: meson: a1: pll: introduce new syspll bindings (diff) | |
| download | linux-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.h | 1 |
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 */ |
