diff options
author | Conor Dooley <conor.dooley@microchip.com> | 2024-01-22 12:19:49 +0000 |
---|---|---|
committer | Conor Dooley <conor.dooley@microchip.com> | 2024-02-06 14:07:18 +0000 |
commit | c886b7297e16831c07fabcb4d8ac25eec8412b16 (patch) | |
tree | 230502e0169baf43af1a64ac65dca0501d701259 | |
parent | 6613476e225e090cc9aad49be7fa504e290dd33d (diff) |
dt-bindings: clock: mpfs: add more MSSPLL output definitions
There are 3 undocumented outputs of the MSSPLL that are used for the CAN
bus, "user crypto" module and eMMC. Add their clock IDs so that they can
be hooked up in DT.
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
-rw-r--r-- | include/dt-bindings/clock/microchip,mpfs-clock.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/microchip,mpfs-clock.h b/include/dt-bindings/clock/microchip,mpfs-clock.h index 79775a5134ca..b52f19a2b480 100644 --- a/include/dt-bindings/clock/microchip,mpfs-clock.h +++ b/include/dt-bindings/clock/microchip,mpfs-clock.h @@ -44,6 +44,11 @@ #define CLK_RTCREF 33 #define CLK_MSSPLL 34 +#define CLK_MSSPLL0 34 +#define CLK_MSSPLL1 35 +#define CLK_MSSPLL2 36 +#define CLK_MSSPLL3 37 +/* 38 is reserved for MSS PLL internals */ /* Clock Conditioning Circuitry Clock IDs */ |